Metodo HybridDictionary<TKey, TValue>.GetEnumerator

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of TKey, TValue))
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Valore restituito

Tipo: System.Collections.Generic.IEnumerator<KeyValuePair<TKey, TValue>>

Implementa

IEnumerable<T>.GetEnumerator()

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HybridDictionary<TKey, TValue> Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI