AddressBook.ABMultiValue<T>.Item Property
Gets the AddressBook.ABMultiValueEntry<T> instances at the specified index.

Syntax

This is the default property for this class.

public ABMultiValueEntry<T> this [nint index] { get; }

Parameters

index
A int containing the index of the AddressBook.ABMultiValueEntry<T> instances to obtain.

Value

The AddressBook.ABMultiValueEntry<T> value at the specified index.

Exceptions

TypeReason
ArgumentOutOfRangeExceptionindex is less than zero or greater than or equal to ABMultiValue<T>.Count.

Remarks

Requirements

Namespace: AddressBook
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0