CastArrayTFrom, TToBuffer Property

Gets the underlying buffer of this CastArrayTFrom, TTo as an ArraySectionT instance.

Definition

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

Property Value

ArraySectionTFrom

See Also