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