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