terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Collections.Generic.ValueListBuilder< T > Struct Template Reference

Public Member Functions

 ValueListBuilder (Span< T > initialSpan)
 
void Append (T item)
 
ReadOnlySpan< TAsSpan ()
 
void Dispose ()
 
 ValueListBuilder (Span< T > initialSpan)
 
void Append (T item)
 
ReadOnlySpan< TAsSpan ()
 
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
 

Detailed Description

Definition at line 8 of file ValueListBuilder.cs.


The documentation for this struct was generated from the following files: