Interface IResettable
Represents common contract for all mutable objects that support revert of their internal state.
Namespace: DotNext
Assembly: DotNext.dll
Syntax
public interface IResettable
Methods
| Edit this page View SourceReset()
Resets the internal state.
Declaration
void Reset()