Click or drag to resize
WeightedCollectionT Constructor (IEnumerableT)
Constructor which will initialize the pool with an array of T.

Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizer
Assembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WeightedCollection(
	IEnumerable<T> source
)

Parameters

source
Type: System.Collections.GenericIEnumerableT
Array of objects which will initially put into the pool.
See Also