Property Converters
- Namespace
- DSharpPlus.Commands.Processors
- Assembly
- DSharpPlus.Commands.dll
Converters
A dictionary of argument converters indexed by the type they convert to.
public IReadOnlyDictionary<Type, TConverter> Converters { get; protected set; }
Property Value
- IReadOnlyDictionary<Type, TConverter>