Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 607 Bytes

RR0200.md

File metadata and controls

29 lines (19 loc) · 607 Bytes

Uncomment multi-line comment

Property Value
Id RR0200
Title Uncomment multi-line comment
Syntax multi-line comment
Enabled by Default

Usage

Before

/*string s = null;*/

After

string s = null;

See Also

(Generated with DotMarkdown)