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

Namespace:  System.Speech.Recognition
Assembly:  System.Speech (in System.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()
private:
virtual IEnumerator<KeyValuePair<String^, SemanticValue^>>^ GetEnumerator() sealed = IEnumerable<KeyValuePair<String^, SemanticValue^>>::GetEnumerator
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript does not support explicit interface implementations.

Return Value

Type: System.Collections.Generic.IEnumerator<KeyValuePair<String, SemanticValue>>

Implements

IEnumerable<T>.GetEnumerator()

Permissions

Platforms

Windows Vista, Windows XP SP2, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.5, 3.0 SP1, 3.0

See Also

Reference

SemanticValue Class

SemanticValue Members

System.Speech.Recognition Namespace