PermutationsExtension Class |
Permutations extension.
Inheritance Hierarchy
Namespace:
MoreLinq.Extensions
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.1.0+ce7250fcae16725db4e3607598b1d4d8cb19957f
Syntax public static class PermutationsExtension
<ExtensionAttribute>
Public NotInheritable Class PermutationsExtension
[ExtensionAttribute]
public ref class PermutationsExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type PermutationsExtension = class end
The PermutationsExtension type exposes the following members.
Methods
| Name | Description |
---|
| PermutationsT |
Generates a sequence of lists that represent the permutations of the original sequence.
|
TopSee Also