Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Data
string
System.Xml.Linq.XProcessingInstruction.Data
get
set
Definition at line
12
of file
XProcessingInstruction.cs
.
13
{
14
get
15
{
16
return
data
;
17
}
18
set
19
{
20
if
(
value
==
null
)
21
{
22
throw
new
ArgumentNullException(
"value"
);
23
}
24
bool
flag =
NotifyChanging
(
this
, XObjectChangeEventArgs.Value);
25
data
=
value
;
26
if
(flag)
27
{
28
NotifyChanged
(
this
, XObjectChangeEventArgs.Value);
29
}
30
}
31
}
System.Xml.Linq.XObject.NotifyChanging
bool NotifyChanging(object sender, XObjectChangeEventArgs e)
Definition
XObject.cs:428
System.Xml.Linq.XObject.NotifyChanged
bool NotifyChanged(object sender, XObjectChangeEventArgs e)
Definition
XObject.cs:399
System.Xml.Linq.XProcessingInstruction.data
string data
Definition
XProcessingInstruction.cs:10
System.ExceptionArgument.value
@ value
System
Xml
Linq
XProcessingInstruction
Generated by
1.10.0