Advances the enumerator to the next element of the collection.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
public bool MoveNext()
Return Value
Type: Booleantrue if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Implements
IEnumeratorMoveNextExceptions
Exception | Condition |
---|---|
InvalidOperationException | The collection was modified after the enumerator was created. |
Version Information
See Also