I have an ArrayList[] myList and I am trying to create a list of all the permutations of the values in the arrays.
EXAMPLE: (all values are strings)
You could use factoradics to generate the enumeration of permutations. Try this article on MSDN for an implementation in C#.