







|
| SemanticValue..::..IEnumerable<(Of <(<'KeyValuePair<(Of <(<'String, SemanticValue>)>)>>)>)>..::..GetEnumerator Method |
| SemanticValue Class See Also Send Feedback |
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.
