Table of Contents

Class IncludeModuleAttribute<T>

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

Include FireflyModules from another assembly.

[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class IncludeModuleAttribute<T> : Attribute where T : IFireflyModule

Type Parameters

T
Inheritance
object
Attribute
IncludeModuleAttribute<T>