FileSystemEnumerator<TResult>.Reset 메서드

정의

항상NotSupportedException을 throw합니다.

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

구현

설명

에 대한 IEnumeratorReset 설명에 설명된 대로 메서드는 COM 상호 운용성을 위해 제공되며 완전히 구현될 필요가 없습니다. 대신 구현자는 을 NotSupportedExceptionthrow할 수 있습니다.

적용 대상