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
Loading...
Searching...
No Matches
System.Collections.Generic.ValueListBuilder< T > Struct Template Reference
+ 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< TAsSpan ()
 
void Dispose ()
 
 ValueListBuilder (Span< T > initialSpan)
 
void Append (T item)
 
ReadOnlySpan< TAsSpan ()
 
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
 

Detailed Description

Definition at line 11 of file ValueListBuilder.cs.


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