DictionaryCollectionBase<T, U>.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of T)
'Usage
Dim instance As DictionaryCollectionBase 
Dim returnValue As IEnumerator(Of T)

returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T> 
override GetEnumerator : unit -> IEnumerator<'T> 
public final function GetEnumerator() : IEnumerator<T>

Return Value

Type: System.Collections.Generic.IEnumerator<T>
An IEnumerator<T> object.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference

DictionaryCollectionBase<T, U> Class

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace