Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 460 Bytes

RCS1130.md

File metadata and controls

22 lines (14 loc) · 460 Bytes

RCS1130: Bitwise operation on enum without Flags attribute

Property Value
Id RCS1130
Category General
Severity Info

Example

Code with Diagnostic

DayOfWeek x = dayOfWeek | DayOfWeek.Tuesday;

See Also

(Generated with DotMarkdown)