ABMultiValue<T>.GetEnumerator Method

Definition

Returns an enumerator that iterates through all entries in the 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>>

Returns

An T:System.Collections.Generic.IEnumerator<AddressBook.ABMultiValueEntry<T>> which will return all entries in the ABMultiValue<T>.

Implements

Applies to