WeightedCollectionT Constructor |
Name | Description | |
---|---|---|
WeightedCollectionT |
Constructor.
|
|
WeightedCollectionT(IEnumerableT) |
Constructor which will initialize the pool with an array of T.
|
|
WeightedCollectionT(IEqualityComparerT) |
Constructor with comparer defined.
|
|
WeightedCollectionT(Int32) |
Constructor with capacity defined.
|
|
WeightedCollectionT(IDictionaryT, IItemWeightT) |
Initializes a new instance of the WeightedCollectionT class
|
|
WeightedCollectionT(Int32, IEnumerableT) |
Constructor which will initialize the pool with an array of T with enough capacity.
|
|
WeightedCollectionT(Int32, IEqualityComparerT) |
Constructor with capacity and comparer defined.
|
|
WeightedCollectionT(Int32, IEqualityComparerT, IEnumerableT) |
Constructor which will initialize the pool with an array of T with enough capacity and compare by comparer.
|