Table of Contents

Constructor MinMaxLengthAttribute

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

MinMaxLengthAttribute(int, int)

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

public MinMaxLengthAttribute(int minLength = 0, int maxLength = 6000)

Parameters

minLength int
maxLength int