Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Name
override
string
System.Xml.XmlProcessingInstruction.Name
get
Definition at line
12
of file
XmlProcessingInstruction.cs
.
13
{
14
get
15
{
16
if
(
_target
!=
null
)
17
{
18
return
_target
;
19
}
20
return
string
.Empty;
21
}
22
}
System.Xml.XmlProcessingInstruction._target
readonly string _target
Definition
XmlProcessingInstruction.cs:8
System
Xml
XmlProcessingInstruction
Generated by
1.10.0