Interface ICleanable
Defines a methods which allow to clean current state of object
Namespace:
Assembly: .dll
Syntax
public interface ICleanable
Methods
clear()
Clears the current state of this object
Declaration
public abstract void clear()