4 references to Index
Microsoft.Extensions.AI.Abstractions (4)
src\LegacySupport\SystemIndex\Index.cs (4)
50
public static Index Start => new
Index
(0);
53
public static Index End => new
Index
(~0);
65
return new
Index
(value);
78
return new
Index
(~value);