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

◆ ArrayListDebugView()

System.Collections.ArrayList.ArrayListDebugView.ArrayListDebugView ( ArrayList arrayList)
inline

Definition at line 2177 of file ArrayList.cs.

2178 {
2179 if (arrayList == null)
2180 {
2181 throw new ArgumentNullException("arrayList");
2182 }
2183 _arrayList = arrayList;
2184 }

References System.Collections.ArrayList.ArrayListDebugView._arrayList.