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

◆ IDictionaryDebugView() [2/2]

Definition at line 20 of file IDictionaryDebugView.cs.

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

References System.Collections.Generic.IDictionaryDebugView< K, V >._dict, and System.dictionary.