[Mono-devel-list] Re: [Mono-patches] r42104 - trunk/mcs/gmcs

Raja R Harinath rharinath at novell.com
Wed Mar 23 00:49:36 EST 2005


Hi,

"Martin Baulig" <martin at mono-cvs.ximian.com> writes:

> 	* typemanager.cs (TypeManager.LookupMemberCache): Add support for
> 	generic instances.
[snip]  
>  	public static MemberCache LookupMemberCache (Type t)
>  	{
> +		if (t.IsGenericInstance)
> +			return LookupMemberCache (t.GetGenericTypeDefinition ());
[snip]

I'm not familiar with the generics API.  However, will this suffice?
Don't we have to create a new membercache for the particular generic
instance?



More information about the Mono-devel-list mailing list