|
WeightedCollectionT Constructor (Int32) |
Constructor with capacity defined.
Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizerAssembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public WeightedCollection(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
WeightedCollection(
int capacity
)
new :
capacity : int -> WeightedCollection
Parameters
- capacity
- Type: SystemInt32
Initial capacity of the pool
See Also