Table of Contents

Property ConverterDelegates

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

ConverterDelegates

A dictionary of argument converter delegates indexed by the output type they convert to.

public IReadOnlyDictionary<Type, ConverterDelegate> ConverterDelegates { get; protected set; }

Property Value

IReadOnlyDictionary<Type, ConverterDelegate>