Share via


NSMutableOrderedSet<TKey>.RemoveObjects(TKey[]) Method

Definition

Removes the specified objects from the ordered set.

public void RemoveObjects(params TKey[] objects);
override this.RemoveObjects : 'Key[] -> unit

Parameters

objects
TKey[]

An array of objects to remove from the set.

Applies to