Table of Contents

Property Converters

Namespace
DSharpPlus.Commands.Processors
Assembly
DSharpPlus.Commands.dll

Converters

A dictionary of argument converters indexed by the type they convert to.

IReadOnlyDictionary<Type, IArgumentConverter> Converters { get; }

Property Value

IReadOnlyDictionary<Type, IArgumentConverter>