G
Guest
If I dont specify the [Flags] attribute on an enum to be used as a bitfield
declared as 0,1,2,4,8... and so on, and use it as one normally would with |
and & operators, would it behave differently?
declared as 0,1,2,4,8... and so on, and use it as one normally would with |
and & operators, would it behave differently?