Table of Contents

Method AddParameterCheck

Namespace
DSharpPlus.Commands
Assembly
DSharpPlus.Commands.dll

AddParameterCheck<T>()

Adds a new check to the extension.

public void AddParameterCheck<T>() where T : IParameterCheck

Type Parameters

T

AddParameterCheck(Type)

Adds a new check to the extension.

public void AddParameterCheck(Type checkType)

Parameters

checkType Type