Click or drag to resize
WeightedCollectionT Constructor (IEqualityComparerT)
Constructor with comparer defined.

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

Parameters

comparer
Type: System.Collections.GenericIEqualityComparerT
Custom equality comparer for checking between two Ts are equal.
See Also