Class ShellToken
  
  
  
  
  
  Assembly: SociallyDistant.Framework.dll
  Syntax
  
  Constructors
  
  ShellToken(ShellTokenType, string, int, int?)
  
  
  Declaration
  
    public ShellToken(ShellTokenType type, string text, int start, int? sourceLength = null)
   
  Parameters
  
  Fields
  Length
  
  
  Declaration
  
    public readonly int Length
   
  Field Value
  
  Start
  
  
  Declaration
  
    public readonly int Start
   
  Field Value
  
  Text
  
  
  Declaration
  
    public readonly string Text
   
  Field Value
  
  TokenType
  
  
  Declaration
  
    public readonly ShellTokenType TokenType
   
  Field Value
  
  Methods
  
  ToString()
  Returns a string that represents the current object.
Declaration
  
    public override string ToString()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | string | A string that represents the current object. | 
    
  
  Overrides