Show / Hide Table of Contents

Interface IClearable

Represents an object that can be cleared.

Namespace: System.Memory
Assembly: Nuqleon.Memory.dll
Syntax
public interface IClearable

Methods

Clear()

Clears the object. This operation typically wipes out the object's contents.

Declaration
void Clear()
In This Article
Back to top Generated by DocFX