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

◆ Synchronized()

static Hashtable System.Collections.Hashtable.Synchronized ( Hashtable table)
inlinestaticinherited

Definition at line 1066 of file Hashtable.cs.

1067 {
1068 if (table == null)
1069 {
1070 throw new ArgumentNullException("table");
1071 }
1072 return new SyncHashtable(table);
1073 }

Referenced by System.Xml.Schema.XmlSchemaCollection.XmlSchemaCollection().