Link to home
Start Free TrialLog in
Avatar of mathieu_cupryk
mathieu_cuprykFlag for Canada

asked on

applying two attributes to an enumeration

 Which one of the following is NOT a legal way of applying two attributes to an enumeration?  
Choice 1  
 [Flags()][Serializable()]  
Choice 2  
 [Flags Serializable]  
Choice 3  
 [Flags, Serializable]
 Choice 4  
 [Flags][Serializable]  
Choice 5  
 [FlagsAttribute][SerializableAttribute]  

I am not sure what this means can someone explain this quesiton?
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

ASKER CERTIFIED SOLUTION
Avatar of dstanley9
dstanley9

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial