Table of Contents

Class BaseAttribute

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Base attribute class. All other attributes descend from BaseAttribute.

[AttributeUsage(AttributeTargets.All)]
public class BaseAttribute : Attribute
Inheritance
BaseAttribute
Derived