Method GetParameterName
- Assembly
- DSharpPlus.Commands.dll
GetParameterName(CommandParameter, CultureInfo, int)
Transforms the parameter name into the name that should be used for the interaction data.
string GetParameterName(CommandParameter parameter, CultureInfo culture, int arrayIndex)
Parameters
parameter
CommandParameterThe parameter being transformed.
culture
CultureInfoThe culture to use for the transformation.
arrayIndex
intIf this parameter is part of an IEnumerable, the index of the parameter. The value will be -1 if this parameter is not part of an IEnumerable.
Returns
- string
The name that should be used for the interaction data.