NSOrderedSet.IndexOf(NSObject) Method

Definition

The index of the specified object in this set.

[Foundation.Export("indexOfObject:")]
public virtual nint IndexOf (Foundation.NSObject obj);
abstract member IndexOf : Foundation.NSObject -> nint
override this.IndexOf : Foundation.NSObject -> nint

Parameters

obj
NSObject

Returns

System.System.IntPtr System.nativeint
Attributes

Applies to