ArraySectionT(T) Constructor

Initializes a new instance of the ArraySectionT struct from the specified array. No heap allocation occurs when using this constructor overload.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public ArraySection(
	T[] array
)

Parameters

array  T
The array to initialize the new ArraySectionT instance from.

See Also