| Name | Description |
---|
  | PermutationsT(IListT, Boolean) |
Enumerates the indexes of all permutations
from a set of items.
|
  | Permutations(Int32, Boolean) |
Enumerates the indexes of all permutations
from a set of the specified size.
|
  | PermutationsT(IListT, Int32, Boolean) |
Enumerates the indexes of all permutations of the specified length
from a set of items.
|
  | Permutations(Int32, Boolean, Int32) |
Enumerates the indexes of all permutations
from a set of the specified size.
|
  | Permutations(Int32, Int32, Boolean) |
Enumerates the indexes of all permutations of the specified length
from a set of the specified size.
|
  | Permutations(Int32, Int32, Boolean, Int32) |
Enumerates the indexes of all permutations of the specified length
from a set of the specified size.
|