Property | Value |
---|---|
Id | RCS1102 |
Category | Design |
Severity | Warning |
public class Foo // RCS1102
{
private static string _f;
public static void Bar()
{
}
}
public static class Foo
{
private static string _f;
public static void Bar()
{
}
}
(Generated with DotMarkdown)