Travis Illig - a Typemock expert, frequent forum contributor and all round good guy – has posted on how to fake a List<> with Isolator.
As you know, Lists are defined in MSCORLIB and therefore not fakable (I think we should patent that word) using Isolator. Travis presents a nice variant of the solution to the problem. Check it out.