IEnumerable.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
	Implements IEnumerable.GetEnumerator
Visual Basic (Usage)
Dim instance As SemanticValue
Dim returnValue As IEnumerator

returnValue = CType(instance, IEnumerable).GetEnumerator()
C#
IEnumerator IEnumerable.GetEnumerator()

Return Value

Type: System.Collections..::..IEnumerator

Returns an enumerator that iterates through a collection.

Implements

IEnumerable..::..GetEnumerator()()()()

See Also