S
Seefor
Is there anything equivalent to a union in C#?
I want to implement a Stat class, which can hold either an integer, float,
or string, but only one at a time.
What would be a good way of implementing this? I'm using version 1.1 of the
framework.
TIA.
I want to implement a Stat class, which can hold either an integer, float,
or string, but only one at a time.
What would be a good way of implementing this? I'm using version 1.1 of the
framework.
TIA.