Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
TabletsEnumerator.Reset Method |
Resets the enumerator index to the beginning of the Tablets collection.
Definition
Visual Basic .NET Public Sub Reset() C# public void Reset(); Managed C++ public: void Reset();
Remarks
The TabletsEnumerator class supports iterating over a Tablets collection and implements the IEnumerator
interface.
This method inherits from the Reset
method.
See Also