Condividi tramite


ABMultiValue<T>.GetEnumerator Metodo

Definizione

Restituisce un enumeratore che scorre tutte le voci dell'oggetto ABMultiValue<T>.

public System.Collections.Generic.IEnumerator<AddressBook.ABMultiValueEntry<T>> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<AddressBook.ABMultiValueEntry<'T>>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<AddressBook.ABMultiValueEntry<'T>>

Restituisce

:System.Collections.Generic.IEnumerator<AddressBook.ABMultiValueEntry<T>> che restituirà tutte le voci in ABMultiValue<T>.

Implementazioni

Si applica a