Share via


IResettable 接口

定义

定义将对象重置为其初始状态的方法。

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

方法

TryReset()

将对象重置为非特定状态,在语义上类似于首次构造对象时。

适用于