OperationParameterInfoCollection::IEnumerable<OperationParameterInfo^>::GetEnumerator Method ()
Returns an enumerator that iterates through the collection.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
private: virtual IEnumerator<OperationParameterInfo^>^ GetEnumerator() sealed = IEnumerable<OperationParameterInfo^>::GetEnumerator
Return Value
Type: System.Collections.Generic::IEnumerator<OperationParameterInfo^>^A IEnumerator<T> that can be used to iterate through the collection.
Implements
IEnumerable<T>::GetEnumerator()
.NET Framework
Available since 3.5
Available since 3.5
Show: