|
Terraria v1.4.4.9
Terraria source code documentation
|
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< Marker > | Markers [get] |
Private Attributes | |
| LargeArrayBuilder< T > | _builder |
| System.Collections.Generic.ArrayBuilder< Marker > | _markers |
| int | _reservedCount |
Definition at line 5 of file SparseArrayBuilder.cs.