Property ServiceProvider
- Namespace
- DisCatSharp.CommandsNext
- Assembly
- DisCatSharp.CommandsNext.dll
ServiceProvider
Sets the service provider for this CommandsNext instance.
Objects in this provider are used when instantiating command modules. This allows passing data around without resorting to static members.
Defaults to an empty service provider.
public IServiceProvider ServiceProvider { set; }