Advances the enumerator to the next element of the collection.
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
Visual Basic |
---|
Public Function MoveNext As Boolean |
Return Value
true 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. |
See Also