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

適用於