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
2010-01-13 19:10:45
And don't forget to set `AllowMultiple = false`
Greg Beech
2010-01-13 19:13:08
gotta love one liner questions, answers and great one liner comment(s) ;D
acidzombie24
2010-01-13 19:14:08