Method ToPermutations
ToPermutations<T>(IList<T>)
Declaration
public static IList<IList<T>> ToPermutations<T>(this IList<T> source)
Parameters
Type | Name | Description |
---|---|---|
IList<T> | source |
Returns
Type | Description |
---|---|
IList<IList<T>> |
Type Parameters
Name | Description |
---|---|
T |