Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Interface ICommandInitializerProvider

    A provider of command initializers for specific command type.

    Namespace: TehGM.Wolfringo.Commands.Initialization
    Assembly: Wolfringo.Commands.dll
    Syntax
    public interface ICommandInitializerProvider

    Methods

    | Improve this Doc View Source

    GetInitializer(Type)

    Gets a command initializer for the command type.

    Declaration
    ICommandInitializer GetInitializer(Type commandAttributeType)
    Parameters
    Type Name Description
    System.Type commandAttributeType

    Type of the command.

    Returns
    Type Description
    ICommandInitializer

    An initializer for provided command type.

    Extension Methods

    CommandInitializerProviderExtensions.GetMappedInitializer<T>(ICommandInitializerProvider)