CastArray2DTFrom, TToBuffer Property

Gets the underlying buffer as a single dimensional CastArrayTFrom, TTo.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public CastArray<TFrom, TTo> Buffer { get; }

Property Value

CastArrayTFrom, TTo

See Also