Share via


ABMultiValue<T>.GetFirstIndexOfValue(NSObject) Method

Definition

Gets the first index of value within the collection.

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

Parameters

value
NSObject

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

Returns

IntPtr

nativeint

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

Applies to