Table of Contents

Constructor MinMaxValueAttribute

Namespace
DSharpPlus.Commands.ArgumentModifiers
Assembly
DSharpPlus.Commands.dll

MinMaxValueAttribute(object?, object?)

Determines the minimum and maximum values that a parameter can accept.

public MinMaxValueAttribute(object? minValue = null, object? maxValue = null)

Parameters

minValue object
maxValue object