| RankedSetTICollectionTAdd Method |
Adds an item to the set.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax void ICollection<T>.Add(
T item
)
Parameters
- item
- Type: T
The item to add.
Implements
ICollectionTAdd(T)See Also