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

    Interface IMessagesCommandResult

    Represents result of any command execution or check that has messages to reply with.

    Inherited Members
    ICommandResult.IsSuccess
    ICommandResult.Status
    Namespace: TehGM.Wolfringo.Commands.Results
    Assembly: Wolfringo.Commands.dll
    Syntax
    public interface IMessagesCommandResult : ICommandResult

    Properties

    | Improve this Doc View Source

    Messages

    Set of messages to reply with.

    Declaration
    IEnumerable<string> Messages { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>