OperationParameterInfoCollection::IEnumerable<OperationParameterInfo^>::GetEnumerator Method ()

 

Returns an enumerator that iterates through the collection.

Namespace:   System.Workflow.Activities
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.

.NET Framework
Available since 3.5
Return to top
Show: