Property | Value |
---|---|
Id | RCS1181 |
Category | General |
Severity | Hidden |
// Represents foo. // RCS1181
public class Foo
{
}
/// <summary>
/// Represents foo.
/// </summary>
public class Foo
{
}
public string Value { get; } // Gets a value.
/// <summary>
/// Gets a value.
/// </summary>
public string Value { get; }
(Generated with DotMarkdown)