Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
XText()
[2/3]
System.Xml.Linq.XText.XText
(
XText
other
)
inline
Definition at line
43
of file
XText.cs
.
44
{
45
if
(
other
==
null
)
46
{
47
throw
new
ArgumentNullException(
"other"
);
48
}
49
text
=
other
.text;
50
}
System.Xml.Linq.XText.text
string text
Definition
XText.cs:9
System.ExceptionArgument.other
@ other
References
System.other
, and
System.Xml.Linq.XText.text
.
System
Xml
Linq
XText
Generated by
1.10.0