Property ConverterDelegates
- Namespace
- DSharpPlus.Commands.Processors
- Assembly
- DSharpPlus.Commands.dll
ConverterDelegates
A dictionary of argument converter delegates indexed by the output type they convert to.
public IReadOnlyDictionary<Type, ConverterDelegate> ConverterDelegates { get; protected set; }