DynamicValue.IEnumerable(Of KeyValuePair(Of String, DynamicValue)).GetEnumerator Method

Returns an enumerator that iterates through a collection.

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

'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()

Return Value

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

Implements

IEnumerable(Of T).GetEnumerator

Community Additions

ADD
Show: