source:
binary-improvements/7dtd-server-fixes/src/JSON/JSONNode.cs@
259
| Last change on this file since 259 was 187, checked in by , 11 years ago | |
|---|---|
| File size: 168 bytes | |
| Rev | Line | |
|---|---|---|
| [154] | 1 | using System; |
| 2 | ||
| 3 | namespace AllocsFixes.JSON | |
| 4 | { | |
| 5 | public abstract class JSONNode | |
| 6 | { | |
| [187] | 7 | public abstract string ToString(bool prettyPrint = false, int currentLevel = 0); |
| [154] | 8 | } |
| 9 | } | |
| 10 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)