Show / Hide Table of Contents

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()
In This Article
Back to top Generated by DocFX