Class ExtensionAttribute
The base attribute. This attribute intended for types which we want to use for extension. Each other attribute must derived from the base
Inheritance
System.Object
System.Attribute
ExtensionAttribute
Namespace: Telerik.Reporting.Interfaces.Attributes
Assembly: Telerik.Reporting.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public abstract class ExtensionAttribute : Attribute, _Attribute
Constructors
ExtensionAttribute()
Declaration
protected ExtensionAttribute()