Property | Value |
---|---|
Id | RCS1203 |
Category | Design |
Severity | Warning |
public class FooAttribute : Attribute // RCS1203
{
}
[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = false)]
public class FooAttribute : Attribute
{
}
(Generated with DotMarkdown)