G
Guest
I want to determine if a System.Type represents a system type (i.e., a type
that is defined in the .NET framework). The System.Type.UnderlyingSystemType
seems like the type of thing that I'm after, but that property always seems
to return the same type as the original type (i.e., type is
type.UnderlyingSystemType always seems to be True).
Thanks for any help.
Lance
that is defined in the .NET framework). The System.Type.UnderlyingSystemType
seems like the type of thing that I'm after, but that property always seems
to return the same type as the original type (i.e., type is
type.UnderlyingSystemType always seems to be True).
Thanks for any help.
Lance