Class Attribute
Represents the base class for custom attributes.
Inheritance
Attribute
Inherited Members
Namespace: System
Assembly: mscorlib.dll
Syntax
[AttributeUsage(AttributeTargets.All)]
public abstract class Attribute
Constructors
Attribute()
Initializes a new instance of the Attribute class.
Declaration
protected Attribute()