FileSystemEnumerator<TResult>.Reset 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
永遠擲回 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。