Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 499 Bytes

RCS1158.md

File metadata and controls

27 lines (19 loc) · 499 Bytes

RCS1158: Static member in generic type should use a type parameter

Property Value
Id RCS1158
Category Design
Severity Info

Example

Code with Diagnostic

public class Foo<T>
{
    public static void Bar() // RCS1158
    {
    }
}

See Also

(Generated with DotMarkdown)