Class Word  
  
  
    - Namespace
- ScrapySharp.Html.Parsing
- Assembly
- ScrapySharp.dll
 
  
  
  
  
    - Inheritance
- 
      
      Word 
    - Inherited Members
- 
    
    
    
    
    
    
    
  
    - Extension Methods
- 
  
  
Constructors
  
  
  Word(string, int, int, bool)
  
  
  
  
  
    public Word(string value, int lineNumber, int linePositionEnd, bool isQuoted)
   
  Parameters
  
    - valuestring
- lineNumberint
- linePositionEndint
- isQuotedbool
Properties
  
  
  IsQuoted
  
  
  
  
  
    public bool IsQuoted { get; }
   
  Property Value
  
    - bool
  IsWhiteSpace
  
  
  
  
  
    public bool IsWhiteSpace { get; }
   
  Property Value
  
    - bool
  LineNumber
  
  
  
  
  
    public int LineNumber { get; }
   
  Property Value
  
    - int
  LinePositionBegin
  
  
  
  
  
    public int LinePositionBegin { get; }
   
  Property Value
  
    - int
  LinePositionEnd
  
  
  
  
  
    public int LinePositionEnd { get; }
   
  Property Value
  
    - int
  QuotedValue
  
  
  
  
  
    public string QuotedValue { get; }
   
  Property Value
  
    - string
  Value
  
  
  
  
  
    public string Value { get; }
   
  Property Value
  
    - string
Operators
  
  
  implicit operator char(Word)
  
  
  
  
  
    public static implicit operator char(Word word)
   
  Parameters
  
    - wordWord
Returns
  
    - char
  implicit operator string(Word)
  
  
  
  
  
    public static implicit operator string(Word word)
   
  Parameters
  
    - wordWord
Returns
  
    - string