Class IntConstBlock
Inheritance
object
IntConstBlock
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Utils
Assembly: Algorand.dll
Syntax
public class IntConstBlock
Constructors
| Improve this Doc View SourceIntConstBlock(int, List<int>)
Declaration
public IntConstBlock(int size, List<int> results)
Parameters
Type | Name | Description |
---|---|---|
int | size | |
System.Collections.Generic.List<T><int> | results |
Fields
| Improve this Doc View Sourceresults
Declaration
public List<int> results
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<T><int> |
size
Declaration
public int size
Field Value
Type | Description |
---|---|
int |