No subject


Fri Feb 8 08:55:55 EST 2008


  class foo<T> { void f (T t); }

and we do a LookupMemberCache (typeof (foo<int>)), the returned member
cache should contain a method named

  void f (int t);

- Hari



More information about the Mono-devel-list mailing list