Table of Contents

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 IServiceProvider

The service provider.

CommandsNextConfiguration(CommandsNextConfiguration)

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

public CommandsNextConfiguration(CommandsNextConfiguration other)

Parameters

other CommandsNextConfiguration

Configuration the properties of which are to be copied.