NSMutableOrderedSet<TKey>.Add(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 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.