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

Definition

Adds the objects in the specified array to the ordered set.

public void AddObjects(params TKey[] source);
public void AddObjects(params TKey?[] source);
override this.AddObjects : 'Key[] -> unit

Parameters

source
TKey[]

An array of objects to add to the set. Null elements are stored as Null.

Applies to