ArraySectionTGetElementReference Method

Gets the reference to the element at the specified index.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public ref T GetElementReference(
	int index
)

Parameters

index  Int32
The index of the element to get the reference for.

Return Value

T
The reference to the element at the specified index.

See Also