Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Value
override
string
System.Xml.XmlProcessingInstruction.Value
get
set
Definition at line
26
of file
XmlProcessingInstruction.cs
.
27
{
28
get
29
{
30
return
_data
;
31
}
32
[
param
:
AllowNull
]
33
set
34
{
35
Data =
value
;
36
}
37
}
System.Xml.XmlProcessingInstruction._data
string _data
Definition
XmlProcessingInstruction.cs:10
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Xml
XmlProcessingInstruction
Generated by
1.10.0