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

◆ Elements

Hashtable System.Xml.Serialization.ImportContext.Elements
getpackage

Definition at line 30 of file ImportContext.cs.

31 {
32 get
33 {
34 if (_elements == null)
35 {
36 _elements = new Hashtable();
37 }
38 return _elements;
39 }
40 }