Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 790 Bytes

RR0164.md

File metadata and controls

19 lines (12 loc) · 790 Bytes

Use bitwise operation instead of calling 'HasFlag'

Property Value
Id RR0164
Title Use bitwise operation instead of calling 'HasFlag'
Syntax Enum.HasFlag method invocation
Enabled by Default

Usage

Use bitwise operation instead of calling 'HasFlag'

See Also

(Generated with DotMarkdown)