ReadOnlySpanSlice<T>.Item Property

Gets or sets the element at the specified position.

Definition

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ref T this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the element in the array slice.

Return Value

T
The value of the element.

See Also