Table of Contents

Method WithOverloads

Namespace
DisCatSharp.CommandsNext.Builders
Assembly
DisCatSharp.CommandsNext.dll

WithOverloads(params CommandOverloadBuilder[])

Adds overloads to this command. An executable command needs to have at least one overload.

public CommandBuilder WithOverloads(params CommandOverloadBuilder[] overloads)

Parameters

overloads CommandOverloadBuilder[]

Overloads to add to this command.

Returns

CommandBuilder

This builder.