Table of Contents

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

extensions IReadOnlyDictionary<int, CommandsNextExtension>

Extensions to register the name on.

value string

Name to register.

Type Parameters

T

Type to register the name for.