Table of Contents

Property Converters

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

Converters

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

public IReadOnlyDictionary<Type, IArgumentConverter> Converters { get; }

Property Value

IReadOnlyDictionary<Type, IArgumentConverter>