Table of Contents

Constructor VariadicArgumentAttribute

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

VariadicArgumentAttribute(int, int)

The number of arguments that this parameter can accept.

public VariadicArgumentAttribute(int maximumArgumentCount, int minimumArgumentCount = 1)

Parameters

maximumArgumentCount int

The maximum number of arguments that this parameter can accept.

minimumArgumentCount int

The minimum number of arguments that this parameter can accept.