Category
csharp
Explore articles, tutorials, and insights about csharp — covering practical tips, best practices, and real-world examples.
1 articleHow to Use C# Enum Flag
2020/12/11·1 min readA quick code snippet showing how to use C# enum flags with the power of two for defining combinable flag values.