NSMutableOrderedSet.RemoveObject(NSObject) Method

Definition

Removes the specified object from this set.

[Foundation.Export("removeObject:")]
public virtual void RemoveObject (Foundation.NSObject obj);
abstract member RemoveObject : Foundation.NSObject -> unit
override this.RemoveObject : Foundation.NSObject -> unit

Parameters

obj
NSObject
Attributes

Applies to