Hello,
is it correct that if a type (System.Type) is a value (.IsValueType=T rue)
and not primitive (.IsPrimitive=F alse), that type is a structure?
Thanks.
is it correct that if a type (System.Type) is a value (.IsValueType=T rue)
and not primitive (.IsPrimitive=F alse), that type is a structure?
Thanks.
Comment