Property | Value |
---|---|
Id | RCS1034 |
Severity | Hidden |
public sealed class Foo
{
public sealed override string ToString() // RCS1034
{
return "";
}
}
public override string ToString()
{
return "";
}
(Generated with DotMarkdown)
Property | Value |
---|---|
Id | RCS1034 |
Severity | Hidden |
public sealed class Foo
{
public sealed override string ToString() // RCS1034
{
return "";
}
}
public override string ToString()
{
return "";
}
(Generated with DotMarkdown)