On Wed, 2010-04-28 at 07:37 -0700, Jan wrote: > very often I need a copy of one of your collections, can I get a > ToArray() method?
Why not use the LINQ Enumerable.ToArray() extension method? Are you unable to use .NET 3.5? - Jon -- -- mono-cecil
On Wed, 2010-04-28 at 07:37 -0700, Jan wrote: > very often I need a copy of one of your collections, can I get a > ToArray() method?
Why not use the LINQ Enumerable.ToArray() extension method? Are you unable to use .NET 3.5? - Jon -- -- mono-cecil