between,..

Doing this:

List<string> names = new List<string>();

And:

IEnumerable<string> names = new List<string>();

Thanks!

http://msdn2.microsoft.com/en-us/vcsharp/bb264519.aspx