Share via


NSMutableOrderedSet<TKey>.RemoveObject(TKey) Method

Definition

Removes the specified object from the ordered set.

public void RemoveObject(TKey obj);
override this.RemoveObject : 'Key -> unit

Parameters

obj
TKey

The object to remove from the set.

Applies to