MonoTouch.AddressBook.ABMultiValue<T> Class
A collection of MonoTouch.AddressBook.ABMultiValueEntry<T> entries.

See Also: ABMultiValue<T> Members

Syntax

public class ABMultiValue<T> : MonoTouch.ObjCRuntime.INativeObject, IEnumerable<ABMultiValueEntry<T>>, IDisposable

Type Parameters

T
The type of value stored in the ABMultiValue<T> collection.

Remarks

ABMultiValue<T> instances are used for MonoTouch.AddressBook.ABPerson properties which are collections of values of the same type. For example, ABPerson.GetPhones returns a ABMultiValue<string> containing phone numbers.

A ABMultiValue<T> is a collection of MonoTouch.AddressBook.ABMultiValueEntry<T> entries, where each entry contains a ABMultiValueEntry<T>.Value, ABMultiValueEntry<T>.Label, and ABMultiValueEntry<T>.Identifier.

Supported operations include:

Requirements

Namespace: MonoTouch.AddressBook
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0