Interface IFreeable
Represents an object that can be freed.
Namespace: System.Memory
Assembly: Nuqleon.Memory.dll
Syntax
public interface IFreeable
Methods
Free()
Frees the object. This operation typically returns the object to its resource container.
Declaration
void Free()