IEnumerable(KeyValuePair(String, SemanticValue)).GetEnumerator Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Returns an enumerator that iterates through a collection.

Namespace:  Microsoft.Speech.Recognition
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Private Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, SemanticValue))
	Implements IEnumerable(Of KeyValuePair(Of String, SemanticValue)).GetEnumerator
Visual Basic (Usage)
Dim instance As SemanticValue
Dim returnValue As IEnumerator(Of KeyValuePair(Of String, SemanticValue))

returnValue = CType(instance, IEnumerable(Of KeyValuePair(Of String, SemanticValue))).GetEnumerator()
C#
IEnumerator<KeyValuePair<string, SemanticValue>> IEnumerable<KeyValuePair<string, SemanticValue>>.GetEnumerator()

Return Value

Type: System.Collections.Generic..::..IEnumerator<(Of <(<'KeyValuePair<(Of <(<'String, SemanticValue>)>)>>)>)>

Returns an enumerator that iterates through a collection.

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

See Also