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

适用于