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

◆ ICollectionDebugView() [2/2]

Definition at line 20 of file ICollectionDebugView.cs.

21 {
22 if (collection == null)
23 {
24 throw new ArgumentNullException("collection");
25 }
27 }

References System.Collections.Generic.ICollectionDebugView< T >._collection, and System.collection.