Slice Properties
Properties
End | Gets the last index in the slice. |
IsDescending | Gets whether the indexes are decreasing. |
Item[Int32] | Gets the index at the specified position in the slice. |
Item[Slice] | Returns a slice of the current slice. |
Length | Gets the length of the slice. |
Start | Gets the first index in the slice. |
Stride | Gets the number of elements between successive indexes in the slice. |