views:

99

answers:

1

Is there a simple way to make my attributes incompatible with each other? C# .net

+8  A: 

No. You could combine them into a single attribute that takes a non-flag enum...

Will
And don't forget to set `AllowMultiple = false`
Greg Beech
gotta love one liner questions, answers and great one liner comment(s) ;D
acidzombie24