Table of Contents

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 IServiceProvider

The service provider.

ApplicationCommandsConfiguration(ApplicationCommandsConfiguration)

Creates a new instance of ApplicationCommandsConfiguration, copying the properties of another configuration.

public ApplicationCommandsConfiguration(ApplicationCommandsConfiguration acc)

Parameters

acc ApplicationCommandsConfiguration

Configuration the properties of which are to be copied.