ArraySectionTRelease Method

Releases the underlying array. If this ArraySectionT instance was instantiated by the self allocating constructor, then this method must be called when the ArraySectionT is not used anymore. On platforms that do not support the ArrayPoolT class this method simply sets the self instance to Null.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public void Release()

See Also