ContextParametersContextParameterEnumeratorMoveNext Method |
Advances the enumerator to the next element of the collection
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax Public Function MoveNext As Boolean
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
IEnumeratorMoveNextSee Also