Array Slice<T> Properties
Properties
| Item | Gets or sets the element at the specified position. |
| Offset | Gets the offset of the first element in the storage array. |
| Span | Gets the step between successive elements in the storage array. |
| Stride | Gets the step between successive elements in the storage array. |
| Values | Gets the storage array. |