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