Property | Value |
---|---|
Id | RCS1182 |
Category | Redundancy |
Severity | Hidden |
public class Foo<T> : List<T>, IEnumerable<T> // RCS1182
{
}
public class Foo<T> : List<T>
{
}
(Generated with DotMarkdown)
Property | Value |
---|---|
Id | RCS1182 |
Category | Redundancy |
Severity | Hidden |
public class Foo<T> : List<T>, IEnumerable<T> // RCS1182
{
}
public class Foo<T> : List<T>
{
}
(Generated with DotMarkdown)