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

    Class ArgumentsTextAttribute

    Makes a string parameter contain un-parsed command arguments, without prefix or command name.

    Inheritance
    System.Object
    System.Attribute
    ArgumentsTextAttribute
    Namespace: TehGM.Wolfringo.Commands
    Assembly: Wolfringo.Commands.dll
    Syntax
    [AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
    public class ArgumentsTextAttribute : Attribute
    Remarks

    This is only valid on parameters of type System.String. Will be ignored on other attributes.

    With regex command, this will include command name itself, as regex commands have no way to separate command name from arguments.

    Constructors

    | Improve this Doc View Source

    ArgumentsTextAttribute()

    Makes a string parameter contain un-parsed command arguments, without prefix or command name.

    Declaration
    public ArgumentsTextAttribute()