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
extensionsIReadOnlyDictionary<int, CommandsNextExtension>Extensions to unregister the converter on.
Type Parameters
TType for which to unregister the converter.