Click or drag to resize
WeightedCollectionT Constructor (Int32)
Constructor with capacity defined.

Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizer
Assembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WeightedCollection(
	int capacity
)

Parameters

capacity
Type: SystemInt32
Initial capacity of the pool
See Also