Bit Field Enumerations(blackwasp.co.uk)
submitted by
BlackWasp(4212) 4 years, 2 months ago
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.
|category: C#
|Views: 7
tags:
C# another
Everyones tags:
Your Tags: