Property ConverterInstance
- Namespace
- DSharpPlus.Commands.Processors
- Assembly
- DSharpPlus.Commands.dll
ConverterInstance
The converter instance, if it's already been created.
public TConverter? ConverterInstance { get; }
Property Value
- TConverter
Remarks
Prefer using GetConverter(IServiceProvider) to get the converter instance.