Class IncludeModuleAttribute<T>
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
-
objectAttributeIncludeModuleAttribute<T>