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

◆ HashtableDebugView()

System.Collections.Hashtable.HashtableDebugView.HashtableDebugView ( Hashtable hashtable)
inline

Definition at line 385 of file Hashtable.cs.

386 {
387 if (hashtable == null)
388 {
389 throw new ArgumentNullException("hashtable");
390 }
391 _hashtable = hashtable;
392 }

References System.Collections.Hashtable.HashtableDebugView._hashtable.