Property | Value |
---|---|
Id | RCS1209 |
Category | Readability |
Severity | Info |
public class Foo<T1, T2, T3>
where T3 : class // RCS1209
where T2 : class
where T1 : class
{
}
public class Foo<T1, T2, T3>
where T1 : class
where T2 : class
where T3 : class
{
}
(Generated with DotMarkdown)