ABMultiValue<T>.GetIndexForIdentifier(Int32) Method

Definition

Gets the index within this collection of the ABMultiValueEntry<T> entry having an Identifier value equal to identifier.

public nint GetIndexForIdentifier (int identifier);
member this.GetIndexForIdentifier : int -> nint

Parameters

identifier
Int32

A T:System.Int32 containing the Identifier to lookup.

Returns

System.System.IntPtr System.nativeint

A T:System.Int32 containing the index within the collection of the ABMultiValueEntry<T> entry having an Identifier value equal to identifier.

Applies to