Click or drag to resize
WeightedCollectionT Constructor
Overload List
  Name Description
Public method WeightedCollectionT
Constructor.
Public method WeightedCollectionT(IEnumerableT)
Constructor which will initialize the pool with an array of T.
Public method WeightedCollectionT(IEqualityComparerT)
Constructor with comparer defined.
Public method WeightedCollectionT(Int32)
Constructor with capacity defined.
Protected method WeightedCollectionT(IDictionaryT, IItemWeightT)
Public method WeightedCollectionT(Int32, IEnumerableT)
Constructor which will initialize the pool with an array of T with enough capacity.
Public method WeightedCollectionT(Int32, IEqualityComparerT)
Constructor with capacity and comparer defined.
Public method WeightedCollectionT(Int32, IEqualityComparerT, IEnumerableT)
Constructor which will initialize the pool with an array of T with enough capacity and compare by comparer.
Top
See Also