ContextParametersGetEnumerator Method |
Returns an enumerator that can iterate through the data parameters collection (non-IEnumerable version)
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax public ContextParametersContextParameterEnumerator GetEnumerator()
Public Function GetEnumerator As ContextParametersContextParameterEnumerator
Return Value
Type:
ContextParametersContextParameterEnumeratorAn enumerator that can iterate through the data parameters collection
See Also