Search Results for

    Show / Hide Table of Contents

    Class CommandOverload

    Represents a specific overload of a command.

    Inheritance
    System.Object
    CommandOverload
    Namespace: DisCatSharp.CommandsNext
    Assembly: DisCatSharp.CommandsNext.dll
    Syntax
    public sealed class CommandOverload

    Properties

    | Improve this Doc View Source

    Arguments

    Gets this command overload's arguments.

    Declaration
    public IReadOnlyList<CommandArgument> Arguments { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<CommandArgument>
    | Improve this Doc View Source

    Priority

    Gets this command overload's priority.

    Declaration
    public int Priority { get; }
    Property Value
    Type Description
    System.Int32

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems