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

◆ Items

object [] System.Dynamic.ExpandoObject.ValueCollectionDebugView.Items
get

Definition at line 144 of file ExpandoObject.cs.

145 {
146 get
147 {
148 object[] array = new object[_collection.Count];
150 return array;
151 }
152 }
void CopyTo(T[] array, int arrayIndex)