Field converterFactories
- Namespace
- DSharpPlus.Commands.Processors
- Assembly
- DSharpPlus.Commands.dll
A dictionary of argument converter factories indexed by the output type they convert to. These factories populate the Converters and ConverterDelegates dictionaries.
protected Dictionary<Type, BaseCommandProcessor<TConverter, TConverterContext, TCommandContext>.ConverterDelegateFactory> converterFactories
Returns
- Dictionary<Type, BaseCommandProcessor<TConverter, TConverterContext, TCommandContext>.ConverterDelegateFactory>
- A dictionary of argument converter factories indexed by the output type they convert to. These factories populate the and dictionaries.