Table of Contents

Constructor CommandOverloadBuilder

Namespace
DSharpPlus.CommandsNext.Builders
Assembly
DSharpPlus.CommandsNext.dll

CommandOverloadBuilder(MethodInfo)

Creates a new command overload builder from specified method.

public CommandOverloadBuilder(MethodInfo method)

Parameters

method MethodInfo

Method to use for this overload.

CommandOverloadBuilder(Delegate)

Creates a new command overload builder from specified delegate.

public CommandOverloadBuilder(Delegate method)

Parameters

method Delegate

Delegate to use for this overload.