|  | Name | Description | 
|---|
|  | Subset(Boolean) | Construct a Subset instance from the given array of boolean values. | 
|  | Subset(ICollection) | Constructs a Subset intance from the given collection of integers | 
|  | Subset(Int32) | Constructs a Subset instance with lengthindices starting from
            0 with a step size of 1. | 
|  | Subset(Int32) | Construct a Subset instance from the given array of integers. | 
|  | Subset(Subset) | Construct a Subset instance from the given array of Subsets. | 
|  | Subset(Int32, Int32) | Constructs a Subset instance with lengthindices starting from
            start with a step size of 1. | 
|  | Subset(Int32, Int32, Int32) | Constructs a Subset instance with lengthindices starting from
            start with a step size of stepSize. |