AddressBook.ABMultiValue<T>: Method Members

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

See Also: Inherited members from System.Object

Public Methods

Dispose()
Releases the resources used by the ABMultiValue`1 object.
Finalize()
Finalizer for the ABMultiValue`1 object
GetEnumerator() : IEnumerator<ABMultiValueEntry<T>>
Returns an enumerator that iterates through all entries in the AddressBook.ABMultiValue<T>.
GetFirstIndexOfValue(Foundation.NSObject) : nint
Gets the first index of value within the collection.
GetIndexForIdentifier(int) : nint
Gets the index within this collection of the AddressBook.ABMultiValueEntry<T> entry having an ABMultiValueEntry<T>.Identifier value equal to identifier.
GetValues() : T[]
Gets all values within the collection.
ToMutableMultiValue() : ABMutableMultiValue<T>
Returns an enumerator that iterates through all entries in the AddressBook.ABMultiValue<T>.

Protected Methods

Dispose(bool)
Releases the resources used by the ABMultiValue`1 object.