[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Provides a N! (n-faculty) number of permutations for N elements.
Example: for 3 elements provides 6 permutations exactly as follows:
{0, 1, 2}
{0, 2, 1}
{1, 0, 2}
{1, 2, 0}
{2, 0, 1}
{2, 1, 0}
The following tables list the members exposed by the PermutationEnumeration type.
Public Properties
Name | Description | |
---|---|---|
![]() | Current |
Gets the element in the collection at the current position of the enumerator.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IEnumerator.System.Collections.IEnumerator.Current |
Gets the element in the collection at the current position of the enumerator.
|