Class EventControllerAttribute<T>
To be placed over dynamic methods that will be executed by the EventController
Inheritance
EventControllerAttribute<T>
Namespace: Discord.Attribute
Assembly: Discord.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class EventControllerAttribute<T> : Attribute
Type Parameters
Constructors
EventControllerAttribute(T)
Declaration
public EventControllerAttribute(T Event)
Parameters
| Type |
Name |
Description |
| T |
Event |
|
Properties
Event
Declaration
public T Event { get; set; }
Property Value