Class VarintResult
Inheritance
object
    VarintResult
  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 VarintResult
  Constructors
| Improve this Doc View SourceVarintResult()
Declaration
public VarintResult()
  VarintResult(int, int)
Declaration
public VarintResult(int value, int length)
  Parameters
| Type | Name | Description | 
|---|---|---|
| int | value | |
| int | length | 
Fields
| Improve this Doc View Sourcelength
Declaration
public int length
  Field Value
| Type | Description | 
|---|---|
| int | 
value
Declaration
public int value
  Field Value
| Type | Description | 
|---|---|
| int |