Table of Contents

Constructor ParameterCheckInfo

Namespace
DSharpPlus.Commands.ContextChecks.ParameterChecks
Assembly
DSharpPlus.Commands.dll

ParameterCheckInfo(CommandParameter, object?)

Presents information about a parameter check.

public ParameterCheckInfo(CommandParameter Parameter, object? Value)

Parameters

Parameter CommandParameter

The parameter as represented in the command tree.

Value object

The processed value of the parameter.