ABMultiValue<T>.GetFirstIndexOfValue(NSObject) Method

Definition

Gets the first index of value within the collection.

public nint GetFirstIndexOfValue (Foundation.NSObject value);
member this.GetFirstIndexOfValue : Foundation.NSObject -> nint

Parameters

value
NSObject

A NSObject containing the value to get the first index of.

Returns

System.System.IntPtr System.nativeint

A T:System.Int32 containing the first index of value within the collection. If value isn't present, -1 is returned.

Applies to