ABMultiValue<T>.Item[nint] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.