IResettable.TryReset 方法

定义

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

public:
 bool TryReset();
public bool TryReset ();
abstract member TryReset : unit -> bool
Public Function TryReset () As Boolean

返回

true 如果对象能够重置自身,则为 ;否则为 false

注解

通常,此方法不应是线程安全的。

适用于