Index struct Index : IEquatable<Index> Documentation Code public static Index End { get; } public static Index Start { get; } public bool IsFromEnd { get; } public int Value { get; } public Index(int value, bool fromEnd = false) public static Index FromEnd(int value) public static Index FromStart(int value) public static Index op_Implicit(int value) public bool Equals(Index other) public int GetOffset(int length)