Struct Index
public readonly struct Index
- Inherited Members
Constructors
Index(int, bool)
public Index(int value, bool fromEnd = false)
Parameters
Properties
IsFromEnd
public bool IsFromEnd { get; }
Property Value
Value
public int Value { get; }