Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Empty
IXmlDictionary
System.Xml.XmlDictionary.Empty
static
get
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
}
System.Xml.XmlDictionary.s_empty
static IXmlDictionary s_empty
Definition
XmlDictionary.cs:30
System
Xml
XmlDictionary
Generated by
1.10.0