Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Value
override
?
string
System.Xml.XmlSignificantWhitespace.Value
get
set
Definition at line
39
of file
XmlSignificantWhitespace.cs
.
40
{
41
get
42
{
43
return
Data
;
44
}
45
set
46
{
47
if
(
CheckOnData
(
value
))
48
{
49
Data =
value
;
50
return
;
51
}
52
throw
new
ArgumentException
(
System
.
SR
.
Xdom_WS_Char
);
53
}
54
}
System.SR.Xdom_WS_Char
static string Xdom_WS_Char
Definition
SR.cs:1296
System.SR
Definition
SR.cs:7
System.Xml.XmlCharacterData.CheckOnData
bool CheckOnData(string data)
Definition
XmlCharacterData.cs:179
System.Xml.XmlCharacterData.Data
virtual string Data
Definition
XmlCharacterData.cs:36
System.Xml.ExceptionType.ArgumentException
@ ArgumentException
System.ExceptionArgument.value
@ value
System
Definition
BlockingCollection.cs:8
System
Xml
XmlSignificantWhitespace
Generated by
1.10.0