Constructor CommandsNextConfiguration
- Namespace
- DisCatSharp.CommandsNext
- Assembly
- DisCatSharp.CommandsNext.dll
CommandsNextConfiguration()
Creates a new configuration with default values.
public CommandsNextConfiguration()
CommandsNextConfiguration(IServiceProvider)
Utilized via dependency injection pipeline.
[ActivatorUtilitiesConstructor]
public CommandsNextConfiguration(IServiceProvider provider)
Parameters
provider
IServiceProviderThe service provider.
CommandsNextConfiguration(CommandsNextConfiguration)
Creates a new instance of CommandsNextConfiguration, copying the properties of another configuration.
public CommandsNextConfiguration(CommandsNextConfiguration other)
Parameters
other
CommandsNextConfigurationConfiguration the properties of which are to be copied.