Class ParameterCheckInfo
- Namespace
- DSharpPlus.Commands.ContextChecks.ParameterChecks
- Assembly
- DSharpPlus.Commands.dll
Presents information about a parameter check.
public sealed record ParameterCheckInfo
- Inheritance
-
ParameterCheckInfo
Constructors
- ParameterCheckInfo(CommandParameter, object?)
Presents information about a parameter check.
Properties
- Parameter
The parameter as represented in the command tree.
- Value
The processed value of the parameter.