MonoMac.AddressBook.ABMultiValue<T> Members

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint. The number of entries in the MonoMac.AddressBook.ABMultiValue<T>.
[read-only]
HandleIntPtr. Handle (pointer) to the unmanaged object representation.
[read-only]
IsReadOnlybool. Gets a value indicating whether the MonoMac.AddressBook.ABMultiValue<T> is read-only.
[read-only]
default property
Item(int)ABMultiValueEntry<T>. Gets the MonoMac.AddressBook.ABMultiValueEntry<T> instances at the specified index.
[read-only]
PropertyTypeABPropertyType. The type of the values in the collection.

Public Methods

Dispose()
Releases the resourced 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 MonoMac.AddressBook.ABMultiValue<T>.
GetFirstIndexOfValue(MonoMac.Foundation.NSObject) : int
Gets the first index of value within the collection.
GetIndexForIdentifier(int) : int
Gets the index within this collection of the MonoMac.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 MonoMac.AddressBook.ABMultiValue<T>.

Protected Methods

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

Explicitly Implemented Interface Members

IEnumerable.GetEnumerator Returns an enumerator that iterates through all entries in the MonoMac.AddressBook.ABMultiValue<T>.