|
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
|
Inheritance diagram for System.Collections.Generic.ValueListBuilder< T >:
Collaboration diagram for System.Collections.Generic.ValueListBuilder< T >:Public Member Functions | |
| ValueListBuilder (global::System.Span< T > initialSpan) | |
| void | Append (T item) |
| global::System.ReadOnlySpan< T > | AsSpan () |
| void | Dispose () |
| ValueListBuilder (Span< T > initialSpan) | |
| void | Append (T item) |
| ReadOnlySpan< T > | AsSpan () |
| void | Dispose () |
| T | Pop () |
Properties | |
| int | Length [get, set] |
| ref T | this[int index] [get, set] |
Private Member Functions | |
| void | Grow () |
| void | Grow () |
Private Attributes | |
| global::System.Span< T > | _span |
| T[] | _arrayFromPool |
| int | _pos |
| Span< T > | _span |
Definition at line 11 of file ValueListBuilder.cs.