Property | Value |
---|---|
Id | RCS1132 |
Category | Redundancy |
Severity | Info |
public class Foo
{
public override string ToString() // RCS1132
{
return base.ToString();
}
}
public class Foo
{
}
(Generated with DotMarkdown)
Property | Value |
---|---|
Id | RCS1132 |
Category | Redundancy |
Severity | Info |
public class Foo
{
public override string ToString() // RCS1132
{
return base.ToString();
}
}
public class Foo
{
}
(Generated with DotMarkdown)