Search Results for

    Show / Hide Table of Contents

    Struct ArgumentBindingResult

    Represents a argument binding result.

    Namespace: DisCatSharp.CommandsNext.Converters
    Assembly: DisCatSharp.CommandsNext.dll
    Syntax
    public struct ArgumentBindingResult

    Constructors

    | Improve this Doc View Source

    ArgumentBindingResult(Exception)

    Initializes a new instance of the ArgumentBindingResult class.

    Declaration
    public ArgumentBindingResult(Exception ex)
    Parameters
    Type Name Description
    System.Exception ex

    The ex.

    | Improve this Doc View Source

    ArgumentBindingResult(Object[], IReadOnlyList<String>)

    Initializes a new instance of the ArgumentBindingResult class.

    Declaration
    public ArgumentBindingResult(object[] converted, IReadOnlyList<string> raw)
    Parameters
    Type Name Description
    System.Object[] converted

    The converted.

    System.Collections.Generic.IReadOnlyList<System.String> raw

    The raw.

    Properties

    | Improve this Doc View Source

    Converted

    Gets the converted.

    Declaration
    public readonly object[] Converted { get; }
    Property Value
    Type Description
    System.Object[]
    | Improve this Doc View Source

    IsSuccessful

    Gets a value indicating whether the binding is successful.

    Declaration
    public readonly bool IsSuccessful { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Raw

    Gets the raw.

    Declaration
    public readonly IReadOnlyList<string> Raw { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<System.String>
    | Improve this Doc View Source

    Reason

    Gets the reason.

    Declaration
    public readonly Exception Reason { get; }
    Property Value
    Type Description
    System.Exception

    Extension Methods

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