|
WeightedCollectionTAdd Method (T) |
Adds an item into the pool with default weight.
Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizerAssembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Add(
T item
)
Public Sub Add (
item As T
)
public:
virtual void Add(
T item
) sealed
abstract Add :
item : 'T -> unit
override Add :
item : 'T -> unit
Parameters
- item
- Type: T
The item will add into the pool
Implements
ICollectionTAdd(T)See Also