P
Phil Jones
I'm wondering how you go about programming a property that accepts a bitwise
combination of enum values.
That is, where you can specify to a property something like: Enum.Value1 Or
Enum.Value5
What I can't figure out is how you derive, from the code inside the
property, what values have been specified. Is this a mathematical algoritm
based on the enum values, or is there a class that can help out here?
Thanks everyone.
===
Phil : New Zealand
combination of enum values.
That is, where you can specify to a property something like: Enum.Value1 Or
Enum.Value5
What I can't figure out is how you derive, from the code inside the
property, what values have been specified. Is this a mathematical algoritm
based on the enum values, or is there a class that can help out here?
Thanks everyone.
===
Phil : New Zealand