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

◆ Text [2/2]

string System.Xml.Schema.SchemaEntity.Text
getsetpackage

Implements System.Xml.IDtdEntityInfo.

Definition at line 118 of file SchemaEntity.cs.

119 {
120 get
121 {
122 return _text;
123 }
124 set
125 {
126 _text = value;
127 _isExternal = false;
128 }
129 }