ExampleAttribute class

An attribute.

[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class, Inherited = false, 
    AllowMultiple = true)]
public sealed class ExampleAttribute : Attribute

Public Members

name description
ExampleAttribute() The default constructor.

See Also