The Slice type exposes the following members.
| Name | Description |
---|
 | End |
Gets the last index in the slice.
|
 | IsDescending |
Gets whether the indexes are decreasing.
|
 | ItemInt32 |
Gets the index at the specified position in the slice.
|
 | ItemSlice |
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.
|
Top
Reference