ABMultiValue<T>.ToMutableMultiValue Method

Definition

Returns an enumerator that iterates through all entries in the ABMultiValue<T>.

public AddressBook.ABMutableMultiValue<T> ToMutableMultiValue ();
member this.ToMutableMultiValue : unit -> AddressBook.ABMutableMultiValue<'T>

Returns

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

Applies to