Compartir a través de


RecognizersEnumerator.Reset Method

RecognizersEnumerator.Reset Method

Resets the enumerator index to the beginning of the Recognizers collection.

Definition

Visual Basic .NET Public Sub Reset()
C# public void Reset();
Managed C++ public: void Reset();

Remarks

The RecognizersEnumerator class supports iterating over a Recognizers collection and implements the IEnumerator Leave Site interface.

This method inherits from the Reset Leave Site method.

See Also