Table of Contents

Method WithOverload

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

WithOverload(CommandOverloadBuilder)

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

public CommandBuilder WithOverload(CommandOverloadBuilder overload)

Parameters

overload CommandOverloadBuilder

Overload to add to this command.

Returns

CommandBuilder

This builder.