ReadOnlyDictionary<TKey, TValue>.IDictionary.GetEnumerator Method

Gets an enumerator instance of this dictionary.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

‘선언
Private Function GetEnumerator As IDictionaryEnumerator
    Implements IDictionary.GetEnumerator
IDictionaryEnumerator IDictionary.GetEnumerator()
private:
virtual IDictionaryEnumerator^ GetEnumerator() sealed = IDictionary::GetEnumerator
private abstract GetEnumerator : unit -> IDictionaryEnumerator 
private override GetEnumerator : unit -> IDictionaryEnumerator 
JScript does not support explicit interface implementations.

Return Value

Type: System.Collections.IDictionaryEnumerator
The enumerator instance of this dictionary.

Implements

IDictionary.GetEnumerator()

.NET Framework Security

See Also

Reference

ReadOnlyDictionary<TKey, TValue> Class

Microsoft.TeamFoundation.Client Namespace