Community

Using Enum.HasFlag

(Richard Carr) Prior to version 3.5 of the .NET framework, extracting individual flags from an enumeration required the use of logical bitwise operators. In .NET 3.5, the need for logical operations is removed with the introduction of the Enum.HasFlag method.

Read More - Register for Free Membership