RuntimeSet<T>.Add
Method in RuntimeSet<T>
Declaration
public void Add(T item)
Description
Adds an item to the set if it is not already contained in the set.
Parameters
item | The item to add to the set. |
public void Add(T item)
Adds an item to the set if it is not already contained in the set.
item | The item to add to the set. |