C# Class GameXmlToAssembly.StringBuilderIndentation, gbrainy

Afficher le fichier Open project: GNOME/gbrainy

Méthodes publiques

Méthode Description
Append ( char val ) : void
Append ( string val ) : void
AppendLine ( string val ) : void
Clear ( ) : void
NoLevel ( char val ) : void
StringBuilderIndentation ( ) : System
ToString ( ) : string

Private Methods

Méthode Description
InsertLevel ( ) : void

Method Details

Append() public méthode

public Append ( char val ) : void
val char
Résultat void

Append() public méthode

public Append ( string val ) : void
val string
Résultat void

AppendLine() public méthode

public AppendLine ( string val ) : void
val string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

NoLevel() public méthode

public NoLevel ( char val ) : void
val char
Résultat void

StringBuilderIndentation() public méthode

public StringBuilderIndentation ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string