S
Simon Cheng
Hi,
In C#, value types are derived from System.ValueType (and hence from
System.Object).
Does this hold true for MC++?
__value class ValueClass {...};
Is ValueClass above derived from System::ValueType (and hence from
System::Object)?
Thanks,
Simon
In C#, value types are derived from System.ValueType (and hence from
System.Object).
Does this hold true for MC++?
__value class ValueClass {...};
Is ValueClass above derived from System::ValueType (and hence from
System::Object)?
Thanks,
Simon