Property | Value |
---|---|
Id | RCS1118 |
Severity | Info |
string s = "a"; // RCS1118
string s2 = s + "b";
const string s = "a";
string s2 = s + "b";
(Generated with DotMarkdown)
Property | Value |
---|---|
Id | RCS1118 |
Severity | Info |
string s = "a"; // RCS1118
string s2 = s + "b";
const string s = "a";
string s2 = s + "b";
(Generated with DotMarkdown)