[Mono-dev] gmcs: 'Type.IsGenericInstance' property
    miguel at ximian.com 
    miguel at ximian.com
       
    Fri Dec  9 01:45:19 EST 2005
    
    
  
Hello,
> IIUC,
>
>   IsGenericInstance == IsGenericType && !IsGenericTypeDefinition
>
> Martin, is my reasoning correct?  If so, we can introduce a
> TypeManager.IsGenericInstance and replace all uses with that.
I agree with Hari: if this can be implemented with regular 2.0 constructs,
we should use those whenever possible and reduce the number of internaly
gmcs methods that we expose.
Of course, gmcs is likely to depend on other Mono runtime features.
Miguel.
    
    
More information about the Mono-devel-list
mailing list