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
CommandParameterThe parameter as represented in the command tree.
Value
objectThe processed value of the parameter.