CombinationCollectionT(IListT, Int32) | Initializes a new instance of the CombinationCollectionT class. Create a combination set from the provided list of values. The upper index is calculated as values.Count, the lower index is user specified. Collection type defaults to WithoutRepetition |
CombinationCollectionT(IListT, Int32, MetaCollectionType) | Initializes a new instance of the CombinationCollectionT class. Create a combination set from the provided list of values. The upper index is calculated as values.Count, the lower index is user specified. |