AddressBook.ABMutableMultiValue<T>: Method Members

The methods of AddressBook.ABMutableMultiValue<T> are listed below. For a list of all members, see the ABMutableMultiValue<T> Members list.

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

Public Methods

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