Show / Hide Table of Contents

    Class VarintResult

    Inheritance
    System.Object
    VarintResult
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Algorand
    Assembly: Algorand.dll
    Syntax
    public class VarintResult

    Constructors

    | Improve this Doc View Source

    VarintResult()

    Declaration
    public VarintResult()
    | Improve this Doc View Source

    VarintResult(Int32, Int32)

    Declaration
    public VarintResult(int value, int length)
    Parameters
    Type Name Description
    System.Int32 value
    System.Int32 length

    Fields

    | Improve this Doc View Source

    length

    Declaration
    public int length
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    value

    Declaration
    public int value
    Field Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX