terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
ValueListBuilder (Span< T > initialSpan) | |
void | Append (T item) |
ReadOnlySpan< T > | AsSpan () |
void | Dispose () |
ValueListBuilder (Span< T > initialSpan) | |
void | Append (T item) |
ReadOnlySpan< T > | AsSpan () |
void | Dispose () |
T | Pop () |
Properties | |
int | Length [get] |
T | this[int index] [get] |
Private Member Functions | |
void | Grow () |
void | Grow () |
Private Attributes | |
Span< T > | _span |
T[] | _arrayFromPool |
int | _pos |
Definition at line 8 of file ValueListBuilder.cs.