Class APIAttribute<T>
Declare the API class that this module implements
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class APIAttribute<T> : Attribute, IAPIAttribute
Type Parameters
T
- Inheritance
-
objectAttributeAPIAttribute<T>
- Implements
Constructors
APIAttribute()
public APIAttribute()