Property | Value |
---|---|
Id | RCS1160 |
Category | Design |
Severity | Info |
public abstract class Foo
{
public Foo() // RCS1160
{
}
}
public abstract class Foo
{
protected Foo()
{
}
}
(Generated with DotMarkdown)
Property | Value |
---|---|
Id | RCS1160 |
Category | Design |
Severity | Info |
public abstract class Foo
{
public Foo() // RCS1160
{
}
}
public abstract class Foo
{
protected Foo()
{
}
}
(Generated with DotMarkdown)