BinaryStreamFinalize Method
Finalizes an instance of the BinaryStream class.
Namespace: SnapDB.IO.UnmanagedAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected override void Finalize()
Protected Overrides Sub Finalize
protected:
virtual void Finalize() override
Implements
ObjectFinalize
The destructor is responsible for cleaning up resources associated with the BinaryStream instance
when the instance is garbage-collected. It calls the Dispose method to release resources and
suppresses the finalization of this object to prevent it from being finalized again.