Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 576 Bytes

RCS1189.md

File metadata and controls

36 lines (26 loc) · 576 Bytes

RCS1189: Add or remove region name

Property Value
Id RCS1189
Category Readability
Severity Hidden

Example

Code with Diagnostic

#region Methods
public static void Foo()
{
}
#endregion // RCS1189

Code with Fix

#region Methods
public static void Foo()
{
}
#endregion Methods

See Also

(Generated with DotMarkdown)