C# Class GameXmlToAssembly.StringBuilderIndentation, gbrainy

Show file Open project: GNOME/gbrainy

Public Methods

Method 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

Method Description
InsertLevel ( ) : void

Method Details

Append() public method

public Append ( char val ) : void
val char
return void

Append() public method

public Append ( string val ) : void
val string
return void

AppendLine() public method

public AppendLine ( string val ) : void
val string
return void

Clear() public method

public Clear ( ) : void
return void

NoLevel() public method

public NoLevel ( char val ) : void
val char
return void

StringBuilderIndentation() public method

public StringBuilderIndentation ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string