Array2DTDispose Method
Releases the underlying buffer. If this
Array2DT instance was instantiated by the
self allocating constructor,
then this method must be called when the
Array2DT is not used anymore.
On platforms that do not support the
ArrayPoolT class this method simply clears the self instance.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
Implements
IDisposableDispose