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 SourceIntConstBlock(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 Sourceresults
Declaration
public List<int> results
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
size
Declaration
public int size
Field Value
Type | Description |
---|---|
System.Int32 |