Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
InnerText
override
string
System.Xml.XmlProcessingInstruction.InnerText
get
set
Definition at line
63
of file
XmlProcessingInstruction.cs
.
64
{
65
get
66
{
67
return
_data
;
68
}
69
set
70
{
71
Data =
value
;
72
}
73
}
System.Xml.XmlProcessingInstruction._data
string _data
Definition
XmlProcessingInstruction.cs:10
System.ExceptionArgument.value
@ value
System
Xml
XmlProcessingInstruction
Generated by
1.10.0