ABMultiValue<T>.GetFirstIndexOfValue(NSObject) Method
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 first index of value
within the collection.
public nint GetFirstIndexOfValue (Foundation.NSObject value);
member this.GetFirstIndexOfValue : Foundation.NSObject -> nint
Parameters
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.