TabletsEnumerator.MoveNext Method
TabletsEnumerator.MoveNext Method |
Moves the enumerator index to the next object in the collection.
Definition
Visual Basic .NET Public Function MoveNext() As Boolean C# public bool MoveNext(); Managed C++ public: bool* MoveNext();
Return Value
System.Boolean. Set to true if the index position references an object; false if the index position references the end of the collection.
Remarks
The TabletsEnumerator supports iterating over a Tablets collection and implements the IEnumerator interface.
This method inherits from MoveNext .
See Also