Table of Contents

Class APIAttribute<T>

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Abstractions.dll

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
object
Attribute
APIAttribute<T>
Implements

Constructors

APIAttribute()

public APIAttribute()