Search Results for

    Show / Hide Table of Contents

    Struct ApplicationResponse

    Application information

    Implements
    IWrappedValue<Application>
    Namespace: Algorand.Unity.Algod
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    [AlgoApiFormatter(typeof(WrappedValueFormatter<ApplicationResponse, Application>), "", "", 0)]
    public struct ApplicationResponse : IEquatable<ApplicationResponse>, IWrappedValue<Application>

    Constructors

    ApplicationResponse(Application)

    Declaration
    public ApplicationResponse(Application value)
    Parameters
    Type Name Description
    Application value

    Properties

    WrappedValue

    Declaration
    public Application WrappedValue { get; set; }
    Property Value
    Type Description
    Application

    Methods

    Equals(ApplicationResponse)

    Declaration
    public bool Equals(ApplicationResponse other)
    Parameters
    Type Name Description
    ApplicationResponse other
    Returns
    Type Description
    Boolean

    Operators

    Implicit(Application to ApplicationResponse)

    Declaration
    public static implicit operator ApplicationResponse(Application value)
    Parameters
    Type Name Description
    Application value
    Returns
    Type Description
    ApplicationResponse

    Implicit(ApplicationResponse to Application)

    Declaration
    public static implicit operator Application(ApplicationResponse wrapper)
    Parameters
    Type Name Description
    ApplicationResponse wrapper
    Returns
    Type Description
    Application

    Implements

    IWrappedValue<T>
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾