Advances the enumerator to the next element of the collection.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
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
IEnumerator MoveNextExceptions
Exception | Condition |
---|---|
System InvalidOperationException | The collection was modified after the enumerator was created. |
Version Information
See Also