Method | Description | |
---|---|---|
PP ( StringBuilder output, object result, bool expandTypes = false ) : void |
Method | Description | |
---|---|---|
InternalPP ( StringBuilder output, object result, bool expandTypes = false ) : void |
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 |
protected static InternalPP ( StringBuilder output, object result, bool expandTypes = false ) : void | ||
output | StringBuilder | |
result | object | |
expandTypes | bool | |
return | void |
public static PP ( StringBuilder output, object result, bool expandTypes = false ) : void | ||
output | StringBuilder | |
result | object | |
expandTypes | bool | |
return | void |