Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Value

override? string System.Xml.XmlWhitespace.Value
getset

Definition at line 39 of file XmlWhitespace.cs.

40 {
41 get
42 {
43 return Data;
44 }
45 set
46 {
47 if (CheckOnData(value))
48 {
49 Data = value;
50 return;
51 }
53 }
54 }
static string Xdom_WS_Char
Definition SR.cs:1296
Definition SR.cs:7