Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.GrowingArray< T > Class Template Referencesealed

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
 

Detailed Description

Definition at line 3 of file GrowingArray.cs.


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