Share via


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

Definition

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.

Applies to