C# Beginner Tutorials
Bit Field Enumerations
When you need to store multiple Boolean statuses for a single item, you may elect to place each on/off attribute into a bit field. If you use an enumeration marked with the FlagsAttribute class, the .NET framework will assist with some of the operations.
Tutorials > C# > Beginner
More from BlackWasp
![]() | Mail to a Friend | Permalink |

