|
WeightedCollectionT Constructor (IDictionaryT, IItemWeightT) |
Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizerAssembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected WeightedCollection(
IDictionary<T, IItemWeight<T>> clone
)
Protected Sub New (
clone As IDictionary(Of T, IItemWeight(Of T))
)
protected:
WeightedCollection(
IDictionary<T, IItemWeight<T>^>^ clone
)
new :
clone : IDictionary<'T, IItemWeight<'T>> -> WeightedCollection
Parameters
- clone
- Type: System.Collections.GenericIDictionaryT, IItemWeightT
See Also