NSOrderedSet.IndexOf(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.
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