C#Posted onOctober 6, 2021October 15, 2021 Flags / bit fields as Enum in C# Enum in C# is a powerful construct. And besides its standard use It can also be used as a bit field / flags. The purpose… Read More