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