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

    Class CommandInitializerProviderOptions

    Options for default command initializer provider.

    Inheritance
    System.Object
    CommandInitializerProviderOptions
    Namespace: TehGM.Wolfringo.Commands.Initialization
    Assembly: Wolfringo.Commands.dll
    Syntax
    public class CommandInitializerProviderOptions

    Properties

    | Improve this Doc View Source

    Initializers

    Map for command type and assigned command initializer.

    Declaration
    public IDictionary<Type, ICommandInitializer> Initializers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.Type, ICommandInitializer>
    Remarks

    Initializers mapped by default:
    RegexCommandAttribute - RegexCommandInitializer
    CommandAttribute - StandardCommandInitializer

    See Also

    CommandInitializerProvider