Search Results for

    Show / Hide Table of Contents

    Struct BoxResponse

    Box information

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

    Constructors

    BoxResponse(Box)

    Declaration
    public BoxResponse(Box value)
    Parameters
    Type Name Description
    Box value

    Properties

    WrappedValue

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

    Methods

    Equals(BoxResponse)

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

    Operators

    Implicit(Box to BoxResponse)

    Declaration
    public static implicit operator BoxResponse(Box value)
    Parameters
    Type Name Description
    Box value
    Returns
    Type Description
    BoxResponse

    Implicit(BoxResponse to Box)

    Declaration
    public static implicit operator Box(BoxResponse wrapper)
    Parameters
    Type Name Description
    BoxResponse wrapper
    Returns
    Type Description
    Box

    Implements

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