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

◆ Empty

IXmlDictionary System.Xml.XmlDictionary.Empty
staticget

Definition at line 38 of file XmlDictionary.cs.

39 {
40 get
41 {
42 if (s_empty == null)
43 {
44 s_empty = new EmptyDictionary();
45 }
46 return s_empty;
47 }
48 }
static IXmlDictionary s_empty