NSMutableOrderedSet<TKey>.AddObjects(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.
Adds the objects in the specified array to the ordered set.
public void AddObjects(params TKey[] source);
override this.AddObjects : 'Key[] -> unit
Parameters
- source
- TKey[]
An array of objects to add to the set.