PermutationsExtension Class | 
 Permutations extension.
Inheritance Hierarchy 
    Namespace: 
   MoreLinq.Extensions
    Assembly:
   MoreLinq (in MoreLinq.dll) Version: 3.2.0+5205ea241d72b079436060d330cd5c2eae7cdcdf
Syntaxpublic 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.
              | 
Top
See Also