IResettable Interface

Definition

Defines a method to reset an object to its initial state.

public interface class IResettable
public interface IResettable
type IResettable = interface
Public Interface IResettable

Methods

TryReset()

Reset the object to a neutral state, semantically similar to when the object was first constructed.

Applies to