C# Class PrettyPrint, UnityREPL

Datei anzeigen Open project: MrJoy/UnityREPL Class Usage Examples

Public Methods

Method Description
PP ( StringBuilder output, object result, bool expandTypes = false ) : void

Protected Methods

Method Description
InternalPP ( StringBuilder output, object result, bool expandTypes = false ) : void

Private Methods

Method Description
Close ( StringBuilder output ) : void
CloseInline ( StringBuilder output, int listLength ) : void
EscapeChar ( StringBuilder output, char c ) : void
EscapeString ( string s ) : string
NextItem ( StringBuilder output, int listLength ) : void
Open ( StringBuilder output ) : void
OpenInline ( StringBuilder output, int listLength ) : void

Method Details

InternalPP() protected static method

protected static InternalPP ( StringBuilder output, object result, bool expandTypes = false ) : void
output StringBuilder
result object
expandTypes bool
return void

PP() public static method

public static PP ( StringBuilder output, object result, bool expandTypes = false ) : void
output StringBuilder
result object
expandTypes bool
return void