Advances the enumerator to the next element of the collection.
Namespace: Spire.Doc.CollectionsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool MoveNext()
Public Function MoveNext As Boolean
public: virtual bool MoveNext() sealed
abstract MoveNext : unit -> bool override MoveNext : unit -> bool
Return Value
Booleantrue if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Implements
IEnumerator..::..MoveNext()()()()
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | The collection was modified after the enumerator was created. |