ABMultiValue<T>.Item[nint] Property

Definition

Gets the ABMultiValueEntry<T> instances at the specified index.

public AddressBook.ABMultiValueEntry<T> this[nint index] { get; }
member this.Item(nint) : AddressBook.ABMultiValueEntry<'T>

Parameters

index
System.System.IntPtr System.nativeint

A T:System.Int32 containing the index of the ABMultiValueEntry<T> instances to obtain.

Property Value

The ABMultiValueEntry<T> value at the specified index.

Exceptions

index is less than zero or greater than or equal to Count.

Applies to