Show / Hide Table of Contents

    Class IntConstBlock

    Inheritance
    System.Object
    IntConstBlock
    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 IntConstBlock

    Constructors

    | Improve this Doc View Source

    IntConstBlock(Int32, List<Int32>)

    Declaration
    public IntConstBlock(int size, List<int> results)
    Parameters
    Type Name Description
    System.Int32 size
    System.Collections.Generic.List<System.Int32> results

    Fields

    | Improve this Doc View Source

    results

    Declaration
    public List<int> results
    Field Value
    Type Description
    System.Collections.Generic.List<System.Int32>
    | Improve this Doc View Source

    size

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