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)