Click or drag to resize

ContextParametersContextParameterEnumeratorMoveNext Method

Advances the enumerator to the next element of the collection

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public bool MoveNext()

Return Value

Type: Boolean
True if the enumerator was successfully advanced to the next element; False if the enumerator has passed the end of the collection

Implements

IEnumeratorMoveNext
See Also