Class TextCodeWriter
  
  
  
  
    Inheritance
    
    TextCodeWriter
   
  
  
  Syntax
  
    public sealed class TextCodeWriter : ICodeWriter, IDisposable
   
  Constructors
  
  
  
  
  TextCodeWriter(TextWriter)
  
  
  Declaration
  
    public TextCodeWriter(TextWriter writer)
   
  Parameters
  
  Properties
  
  
  
  
  Indent
  
  
  Declaration
  
    public int Indent { get; set; }
   
  Property Value
  
  Implements
      
  Methods
  
  
  
  
  Dispose()
  
  
  Declaration
  
  
  
  
  EnterElement(CodeElement)
  
  
  Declaration
  
    public void EnterElement(CodeElement element)
   
  Parameters
  
  Implements
      
  
  
  
  ExitElement()
  
  
  Declaration
  
    public void ExitElement()
   
  Implements
      
  
  
  
  Flush()
  
  
  Declaration
  
  Implements
      
  
  
  
  Write(CodeTokenType, Char)
  
  
  Declaration
  
    public void Write(CodeTokenType type, char text)
   
  Parameters
  
  Implements
      
  
  
  
  Write(CodeTokenType, String)
  
  
  Declaration
  
    public void Write(CodeTokenType type, string text)
   
  Parameters
  
  Implements
      
  
  
  
  WriteLine()
  
  
  Declaration
  
  Implements
      
  
  
  
  WriteLine(CodeTokenType, Char)
  
  
  Declaration
  
    public void WriteLine(CodeTokenType type, char text)
   
  Parameters
  
  Implements
      
  
  
  
  WriteLine(CodeTokenType, String)
  
  
  Declaration
  
    public void WriteLine(CodeTokenType type, string text)
   
  Parameters
  
  Implements
      
  Extension Methods