how? is it possible...
class Bar
{
int Foo<X>(X x);
}
how do I define a single delegate that can refer to Foo?
delegate int FooDelegate<X>(X x);
almost...not quite.
===================================
This list is hosted by DevelopMentorĀ® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
