Mono Class Library: Overview

System.AttributeUsageAttribute: Members

The members of System.AttributeUsageAttribute are listed below.

See Also: Inherited members from System.Attribute

Public Constructors

Constructs and initializes a new instance of the AttributeUsageAttribute class.

Public Properties

AllowMultiplebool. Gets or sets a value indicating whether more than one instance of a specified attribute is permitted to be applied to any given program element.
Inheritedbool. Gets or sets a bool value indicating whether the attribute can be inherited by subclasses of the class to which the attribute is applied.
[read-only]
ValidOnAttributeTargets. Gets the set of values sent to the AttributeUsageAttribute constructor that indicate to which targets the custom attribute can be applied.