PermutationsExtension Class |
Permutations extension.
Inheritance Hierarchy
Namespace:
MoreLinq.Extensions
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.0.0
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