Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

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

Returns an enumerator that iterates through a collection.

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

Syntax

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

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

Return Value

Type: System.Collections.Generic.IEnumerator<KeyValuePair<String, SemanticValue>>
Returns an enumerator that iterates through a collection.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference

SemanticValue Class

SemanticValue Members

Microsoft.Speech.Recognition Namespace