Property | Value |
---|---|
Id | RCS1145 |
Category | Redundancy |
Severity | Hidden |
string s = null;
string s2 = s as string; // RCS1145
string s2 = s;
(Generated with DotMarkdown)
Property | Value |
---|---|
Id | RCS1145 |
Category | Redundancy |
Severity | Hidden |
string s = null;
string s2 = s as string; // RCS1145
string s2 = s;
(Generated with DotMarkdown)