Class ULongList
  
  
  
  
  
  
  Syntax
  
    [Serializable]
public class ULongList
   
  Constructors
  
  ULongList()
  
  
  Declaration
  
  
  ULongList(int)
  
  
  Declaration
  
    public ULongList(int size)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | size |  | 
    
  
  
  ULongList(ulong[])
  
  
  Declaration
  
    public ULongList(ulong[] tab)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | ulong[] | tab |  | 
    
  
  Fields
  list
  
  
  Declaration
  
  Field Value
  
  Properties
  
  this[int]
  
  
  Declaration
  
    public ulong this[int index] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | index |  | 
    
  
  Property Value
  
  
  length
  
  
  Declaration
  
    public int length { get; }
   
  Property Value
  
  Operators
  
  implicit operator ulong[](ULongList)
  
  
  Declaration
  
    public static implicit operator ulong[](ULongList o)
   
  Parameters
  
  Returns