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
ParameterCommandParameterThe parameter as represented in the command tree.
ValueobjectThe processed value of the parameter.