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