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

◆ EntityHandling

EntityHandling System.Xml.XmlTextReader.EntityHandling
getset

Definition at line 122 of file XmlTextReader.cs.

123 {
124 get
125 {
126 return _impl.EntityHandling;
127 }
128 set
129 {
131 }
132 }
readonly XmlTextReaderImpl _impl