|
WeightedCollectionT Constructor (IEqualityComparerT) |
Constructor with comparer defined.
Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizerAssembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public WeightedCollection(
IEqualityComparer<T> comparer
)
Public Sub New (
comparer As IEqualityComparer(Of T)
)
public:
WeightedCollection(
IEqualityComparer<T>^ comparer
)
new :
comparer : IEqualityComparer<'T> -> WeightedCollection
Parameters
- comparer
- Type: System.Collections.GenericIEqualityComparerT
Custom equality comparer for checking between two Ts are equal.
See Also