Table of Contents

Method UnregisterConverter

Namespace
DisCatSharp.CommandsNext
Assembly
DisCatSharp.CommandsNext.dll

UnregisterConverter<T>(IReadOnlyDictionary<int, CommandsNextExtension>)

Unregisters an argument converter for specified type.

public static void UnregisterConverter<T>(this IReadOnlyDictionary<int, CommandsNextExtension> extensions)

Parameters

extensions IReadOnlyDictionary<int, CommandsNextExtension>

Extensions to unregister the converter on.

Type Parameters

T

Type for which to unregister the converter.