MonoMac.AddressBook.ABMutableMultiValue<T> Members

The members of MonoMac.AddressBook.ABMutableMultiValue<T> are listed below.

See Also: Inherited members from MonoMac.AddressBook.ABMultiValue<T>

Public Properties

[read-only]
override
IsReadOnlybool. Gets a value indicating whether the MonoMac.AddressBook.ABMutableMultiValue<T> is read-only.

Public Methods

Add(T, MonoMac.Foundation.NSString) : bool
Add value with the label label to a multivalue property.
Insert(int, T, MonoMac.Foundation.NSString) : bool
Insert value with the label label into a multivalue property at position index.
RemoveAt(int) : bool
Removes a value from a multivalue property.