Struct AssetIndex
  
  
  
  
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    [Serializable]
[AlgoApiFormatter(typeof(WrappedValueFormatter<AssetIndex, ulong>), "", "", 0)]
public struct AssetIndex : IEquatable<AssetIndex>, IEquatable<ulong>, IWrappedValue<ulong>
   
  Constructors
  
  
  
  
  AssetIndex(UInt64)
  
  
  Declaration
  
    public AssetIndex(ulong index)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | UInt64 | index |  | 
    
  
  Fields
  
  
  
  Index
  
  
  Declaration
  
  Field Value
  
  Methods
  
  
  
  
  Equals(AssetIndex)
  
  
  Declaration
  
    public bool Equals(AssetIndex other)
   
  Parameters
  
  Returns
  
  
  
  
  Equals(UInt64)
  
  
  Declaration
  
    public bool Equals(ulong other)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | UInt64 | other |  | 
    
  
  Returns
  
  Operators
  
  
  
  
  Implicit(AssetIndex to UInt64)
  
  
  Declaration
  
    public static implicit operator ulong (AssetIndex assetIndex)
   
  Parameters
  
  Returns
  
  
  
  
  Implicit(UInt64 to AssetIndex)
  
  
  Declaration
  
    public static implicit operator AssetIndex(ulong index)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | UInt64 | index |  | 
    
  
  Returns
  
  Explicit Interface Implementations
  
  
  
  
  IWrappedValue<UInt64>.WrappedValue
  
  
  Declaration
  
    ulong IWrappedValue<ulong>.WrappedValue { get; set; }
   
  Returns
  
  Implements