Table of Contents

Class Attribute

Namespace
System
Assembly
mscorlib.dll

Represents the base class for custom attributes.

[AttributeUsage(AttributeTargets.All)]
public abstract class Attribute
Inheritance
Attribute
Derived
Inherited Members
Extension Methods

Constructors

Attribute()

Initializes a new instance of the Attribute class.

protected Attribute()