Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Items

Definition at line 10 of file CollectionDebugView.cs.

11 {
12 get
13 {
14 T[] array = new T[_collection.Count];
16 return array;
17 }
18 }
void CopyTo(Array array, int index)