Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
GrowingArray () | |
void | Add (T element) |
void | CopyFrom (T[] otherArray, int otherCount) |
Properties | |
T[] | InternalArray [get] |
Private Member Functions | |
void | GrowArray (int newSize) |
Private Attributes | |
T[] | _array |
int | _count |
Definition at line 3 of file GrowingArray.cs.