DynamicValue.IEnumerable<KeyValuePair<String, DynamicValue>>.GetEnumerator Method

Returns an enumerator that iterates through a collection.

Namespace:  Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, DynamicValue))
    Implements IEnumerable(Of KeyValuePair(Of String, DynamicValue)).GetEnumerator
'Usage
Dim instance As DynamicValue 
Dim returnValue As IEnumerator(Of KeyValuePair(Of String, DynamicValue))

returnValue = CType(instance, IEnumerable(Of KeyValuePair(Of String, DynamicValue))).GetEnumerator()
IEnumerator<KeyValuePair<string, DynamicValue>> IEnumerable<KeyValuePair<string, DynamicValue>>.GetEnumerator()
private:
virtual IEnumerator<KeyValuePair<String^, DynamicValue^>>^ GetEnumerator() sealed = IEnumerable<KeyValuePair<String^, DynamicValue^>>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<string, DynamicValue>> 
private override GetEnumerator : unit -> IEnumerator<KeyValuePair<string, DynamicValue>> 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: System.Collections.Generic.IEnumerator<KeyValuePair<String, DynamicValue>>
An IEnumerator<T> object that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference

DynamicValue Class

Microsoft.Activities Namespace