Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.SparseArrayBuilder< T > Struct Template Reference

Public Member Functions

 SparseArrayBuilder (bool initialize)
 
void AddRange (IEnumerable< T > items)
 
void CopyTo (T[] array, int arrayIndex, int count)
 
void Reserve (int count)
 
bool ReserveOrAdd (IEnumerable< T > items)
 
T[] ToArray ()
 

Properties

int Count [get]
 
System.Collections.Generic.ArrayBuilder< MarkerMarkers [get]
 

Private Attributes

LargeArrayBuilder< T_builder
 
System.Collections.Generic.ArrayBuilder< Marker_markers
 
int _reservedCount
 

Detailed Description

Definition at line 5 of file SparseArrayBuilder.cs.


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