0
kicks
The implementation of Flags using bitwise operators
Great overview of how to use bitwise operators combined with the FlagsAttribute.
Also explainse the use of the elusive tilda operator (~) - always wanted to know how to remove a bit flag from multiple set flags.