J
Josh
Is it possible to reference a .NET 2.0 .dll with a .NET 1.x compiler? I
have tried with C# but I get a compiler error. I was wondering becuase
you can implement both generic and non generic iterators and when you
implement a generic interator with the IEnumerable<> interface it makes
you implement the non-generic version too. I was thinking it was
because a .NET 1.x app wouldnt beable to use the generic version so it
would use the non-generic version instead.
have tried with C# but I get a compiler error. I was wondering becuase
you can implement both generic and non generic iterators and when you
implement a generic interator with the IEnumerable<> interface it makes
you implement the non-generic version too. I was thinking it was
because a .NET 1.x app wouldnt beable to use the generic version so it
would use the non-generic version instead.