Class CommandArgument
- Namespace
- DSharpPlus.CommandsNext
- Assembly
- DSharpPlus.CommandsNext.dll
public sealed class CommandArgument
- Inheritance
-
objectCommandArgument
Properties
- CustomAttributes
Gets the custom attributes attached to this argument.
- DefaultValue
Gets this argument's default value.
- Description
Gets this argument's description.
- IsCatchAll
Gets whether this argument catches all remaining arguments.
- IsOptional
Gets whether this argument is optional.
- Name
Gets this argument's name.
- Type
Gets this argument's type.