> A slightly bizarre question.... > > I've got some generic methods that return generic types, the > problem is that sometimes the types get very large...e.h. > > > Foo<Foo<Bar<Foo<Bar>,Foo<Foo>>>> x = > a.GetFoo<Foo<Bar<Foo<Bar>,Foo<Foo>>>> > (b); > > is there a way of getting the IDE to auto generate the type > declaration, so I don't spend hours foo'ing and bar'ing.
I'm not sure if you should continue with this. It makes code VERY unreadable. Too much of a good is still 'too much' ;) You might want to use an interface here and there. Frans =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com