How do I get microsoft unity to \'construct\' a list of classes for a given interface type.
Very Simple example:
List list
You do not need to have the container as parameter, register the concrete types with names as said above, then in the constructor add a array as parameter, IList or generic Enum does not work.
public MyConstructor(IMyType[] myTypes)