C# Class PrettyPrint, UnityREPL

Afficher le fichier Open project: MrJoy/UnityREPL Class Usage Examples

Méthodes publiques

Méthode Description
PP ( StringBuilder output, object result, bool expandTypes = false ) : void

Méthodes protégées

Méthode Description
InternalPP ( StringBuilder output, object result, bool expandTypes = false ) : void

Private Methods

Méthode 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 méthode

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

PP() public static méthode

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