Método LazyDictionary<TKey, TValue>.GetEnumerator ()
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
public:
virtual IEnumerator<KeyValuePair<TKey, TValue>>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<'TKey, 'TValue>>
override GetEnumerator : unit -> IEnumerator<KeyValuePair<'TKey, 'TValue>>
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of TKey, TValue))
Valor de retorno
Type: System.Collections.Generic.IEnumerator<KeyValuePair<TKey, TValue>>
Implementações
IEnumerable<T>.GetEnumerator()
Consulte também
Classe LazyDictionary<TKey, TValue>
Namespace Microsoft.WindowsAzure.Common.Internals
Retornar ao topo