Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Value
override
?
string
System.Xml.XmlDeclaration.Value
get
set
Definition at line
65
of file
XmlDeclaration.cs
.
66
{
67
get
68
{
69
return
InnerText
;
70
}
71
set
72
{
73
InnerText
=
value
;
74
}
75
}
System.Xml.XmlDeclaration.InnerText
override string InnerText
Definition
XmlDeclaration.cs:78
System.ExceptionArgument.value
@ value
System
Xml
XmlDeclaration
Generated by
1.10.0