[Mono-dev] System.Type

Atsushi Eno atsushi at ximian.com
Sat Oct 1 23:16:58 EDT 2005


Gustavo Guerra wrote:
> "Atsushi Eno" <atsushi at ximian.com> wrote in message 
> news:433E3C81.2010409 at ximian.com...
>> Hi,
>>
>> Gustavo Guerra wrote:
>>> I also can't find the info for System.Type in
>>> http://mono.ximian.com/class-status/mono-HEAD-vs-fx-2/class-status-mscorlib.html
>>> I need to see what members are implemented, already found that
>>> .IsGenericType is not :(
>> Those status pages show what are *missing* or marked as *todo*.
>>
>> So if a member does not show up on that status page, then it is
>> implemented and is not marked as todo.
>>
>> Atsushi Eno
> 
> So that means System.Type is fully implemented? Then why do I get the error 
> "'System.Type' does not contain a definition for 'IsGenericType'"?

Why "fully" ? Because you must be using different build than the
latest SVN. Actually Type.IsGenericType has been there for months
(even more than a year).

Atsushi Eno



More information about the Mono-devel-list mailing list