|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Newtonsoft.Json.Utilities.StringBuffer:Public Member Functions | |
| StringBuffer (IArrayPool< char > bufferPool, int initalSize) | |
| void | Append (IArrayPool< char > bufferPool, char value) |
| void | Append (IArrayPool< char > bufferPool, char[] buffer, int startIndex, int count) |
| void | Clear (IArrayPool< char > bufferPool) |
| override string | ToString () |
| string | ToString (int start, int length) |
Properties | |
| int | Position [get, set] |
| bool | IsEmpty [get, set] |
| char[] | InternalBuffer [get, set] |
Private Member Functions | |
| StringBuffer (char[] buffer) | |
| void | EnsureSize (IArrayPool< char > bufferPool, int appendLength) |
Private Attributes | |
| char[] | _buffer |
| int | _position |
Definition at line 10 of file StringBuffer.cs.