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>>>&g
t; x =
a.GetFoo<Foo<Bar<Foo<Bar>,Foo<Foo>>&
gt;>
(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.
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|