Share via


NSMutableOrderedSet<TKey>.Add(TKey) Method

Definition

Adds the specified object to the ordered set.

public void Add(TKey obj);
override this.Add : 'Key -> unit

Parameters

obj
TKey

The object to add to the set.

Applies to