Array2DTBuffer Property

Gets the underlying buffer as a single dimensional ArraySectionT.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public ArraySection<T> Buffer {
	get;
 }

Property Value

ArraySectionT

See Also