Table of Contents

Class CommandParameterBuilder

Namespace
DSharpPlus.Commands.Trees
Assembly
DSharpPlus.Commands.dll
public class CommandParameterBuilder
Inheritance
CommandParameterBuilder

Properties

Attributes
DefaultValue
Description
Name
Parent
Type

Methods

Build(Command)
From(ParameterInfo)
ToString()

Returns a string that represents the current object.

WithAttributes(IEnumerable<Attribute>)
WithDefaultValue(Optional<object?>)
WithDescription(string?)
WithName(string)
WithParent(CommandBuilder)
WithType(Type)