T
thechaosengine
Hi all,
I have a property called GeneralStatus that can return an int between -1 and
3.
These values are represented by an enumeration called StatusEnum.
My question is, should my property definition return a int (the underlying
type of the enum) or should I return the enum itself.
What would returning the enum achieve?
Many thanks
tce
I have a property called GeneralStatus that can return an int between -1 and
3.
These values are represented by an enumeration called StatusEnum.
My question is, should my property definition return a int (the underlying
type of the enum) or should I return the enum itself.
What would returning the enum achieve?
Many thanks
tce