Property | Value |
---|---|
Id | RCS1024 |
Category | Formatting |
Severity | None |
string Foo { get { return _foo; } set { _foo = value; } } // RCS1024
string Foo
{
get { return _foo; }
set { _foo = value; }
}
(Generated with DotMarkdown)
Property | Value |
---|---|
Id | RCS1024 |
Category | Formatting |
Severity | None |
string Foo { get { return _foo; } set { _foo = value; } } // RCS1024
string Foo
{
get { return _foo; }
set { _foo = value; }
}
(Generated with DotMarkdown)