[]
Adds an item to the ICollection<T>.
public void Add(int item)
| Type | Name | Description |
|---|---|---|
| int | item | The object to add to the ICollection<T>. |
Joins the specified set.
public void Add(C1OrderedSet set)
| Type | Name | Description |
|---|---|---|
| C1OrderedSet | set | The set to join. |