DynamicValue.IEnumerable.GetEnumerator Method ()
Gets an enumerator that iterates through the DynamicValue.
Namespace: Microsoft.Activities
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
Syntax
IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator
private override GetEnumerator : unit -> IEnumerator
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
Return Value
Type: System.Collections.IEnumerator
An enumerator that can be used to iterates through the DynamicValue.
Implements
See Also
DynamicValue Class
Microsoft.Activities Namespace
Return to top