C# Class Pytocs.CodeModel.IndentingTextWriter

Afficher le fichier Open project: uxmal/pytocs Class Usage Examples

Méthodes publiques

Méthode Description
IndentingTextWriter ( TextWriter writer ) : System
NameNeedsQuoting ( string name ) : bool
QuoteName ( string name ) : string
Write ( char ch ) : void
Write ( string s ) : void
WriteDottedName ( string dottedString ) : void
WriteName ( string name ) : void

Private Methods

Méthode Description
EnsureIndentation ( ) : void
WriteLine ( ) : void
WriteLine ( string str ) : void

Method Details

IndentingTextWriter() public méthode

public IndentingTextWriter ( TextWriter writer ) : System
writer System.IO.TextWriter
Résultat System

NameNeedsQuoting() public static méthode

public static NameNeedsQuoting ( string name ) : bool
name string
Résultat bool

QuoteName() public static méthode

public static QuoteName ( string name ) : string
name string
Résultat string

Write() public méthode

public Write ( char ch ) : void
ch char
Résultat void

Write() public méthode

public Write ( string s ) : void
s string
Résultat void

WriteDottedName() public méthode

public WriteDottedName ( string dottedString ) : void
dottedString string
Résultat void

WriteName() public méthode

public WriteName ( string name ) : void
name string
Résultat void