Array Slice<T>.Item Property
Gets or sets the element at the specified position.
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the element.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public T this[
int index
] { get; set; }
Parameters
- index Int32
- The zero-based index of the element in the array slice.
Return Value
TThe value of the element.