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
|
Public Member Functions | |
ValueStringBuilder (global::System.Span< char > initialBuffer) | |
override string | ToString () |
bool | TryCopyTo (global::System.Span< char > destination, out int charsWritten) |
void | Append (char c) |
void | Append (string s) |
void | Append (char c, int count) |
unsafe void | Append (char *value, int length) |
global::System.Span< char > | AppendSpan (int length) |
void | Dispose () |
ValueStringBuilder (Span< char > initialBuffer) | |
override string | ToString () |
bool | TryCopyTo (Span< char > destination, out int charsWritten) |
void | Insert (int index, char value, int count) |
void | Append (char c) |
void | Append (string s) |
void | Append (char c, int count) |
unsafe void | Append (char *value, int length) |
Span< char > | AppendSpan (int length) |
void | Dispose () |
Properties | |
int | Length [get, set] |
ref char | this[int index] [get, set] |
Private Member Functions | |
void | AppendSlow (string s) |
void | GrowAndAppend (char c) |
unsafe void | Grow (int requiredAdditionalCapacity) |
void | AppendSlow (string s) |
void | GrowAndAppend (char c) |
unsafe void | Grow (int requiredAdditionalCapacity) |
Private Attributes | |
char[] | _arrayToReturnToPool |
global::System.Span< char > | _chars |
int | _pos |
Span< char > | _chars |
Definition at line 12 of file ValueStringBuilder.cs.