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.ArrayBuilder< T > Struct Template Reference
+ Inheritance diagram for System.Collections.Generic.ArrayBuilder< T >:
+ Collaboration diagram for System.Collections.Generic.ArrayBuilder< T >:

Public Member Functions

void Add (T item)
 
void UncheckedAdd (T item)
 

Properties

int Capacity [get, set]
 
int Count [get, set]
 
T this[int index] [get, set]
 

Private Member Functions

void EnsureCapacity (int minimum)
 

Private Attributes

T[] _array
 
int _count
 

Detailed Description

Definition at line 8 of file ArrayBuilder.cs.


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