Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SemanticValue.IEnumerable.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
Implements IEnumerable.GetEnumerator
'Usage
Dim instance As SemanticValue
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Return Value
Type: System.Collections.IEnumerator
Returns an enumerator that iterates through a collection.