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: 4.7.2.0 (4.7.2.0)
Syntaxpublic ContextParametersContextParameterEnumerator GetEnumerator()
Public Function GetEnumerator As ContextParametersContextParameterEnumerator
Return Value
Type: 
ContextParametersContextParameterEnumeratorAn enumerator that can iterate through the data parameters collection
See Also