FileSystemEnumerator<TResult>.Reset 方法

定義

永遠擲回 NotSupportedException

public:
 virtual void Reset();
public void Reset ();
abstract member Reset : unit -> unit
override this.Reset : unit -> unit
Public Sub Reset ()

實作

備註

如 的備註 IEnumerator 所述,系統會 Reset 為 COM 互通性提供 方法,而且不需要完全實作;相反地,實作者可以擲回 NotSupportedException

適用於