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()