ArraySectionTUnderlyingArray Property

Gets the underlying array of this ArraySectionT.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public T[]? UnderlyingArray {
	get;
 }

Property Value

T

See Also