Method RegisterUserFriendlyTypeName
- Namespace
- DisCatSharp.CommandsNext
- Assembly
- DisCatSharp.CommandsNext.dll
RegisterUserFriendlyTypeName<T>(IReadOnlyDictionary<int, CommandsNextExtension>, string)
Registers a user-friendly type name.
public static void RegisterUserFriendlyTypeName<T>(this IReadOnlyDictionary<int, CommandsNextExtension> extensions, string value)
Parameters
extensionsIReadOnlyDictionary<int, CommandsNextExtension>Extensions to register the name on.
valuestringName to register.
Type Parameters
TType to register the name for.