NSMutableOrderedSet<TKey>.RemoveObjects(TKey[]) 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.
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.