Class BaseCommandModule<TContext>
public abstract class BaseCommandModule<TContext> where TContext : ICommandContext
Type Parameters
TContext
- Inheritance
-
BaseCommandModule<TContext>
- Derived
- Inherited Members
Constructors
BaseCommandModule()
protected BaseCommandModule()
Properties
Context
public TContext Context { get; }
Property Value
- TContext