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

◆ IgnoreProcessingInstructions

bool System.Xml.XmlReaderSettings.IgnoreProcessingInstructions
getset

Definition at line 196 of file XmlReaderSettings.cs.

197 {
198 get
199 {
200 return _ignorePIs;
201 }
202 set
203 {
204 CheckReadOnly("IgnoreProcessingInstructions");
206 }
207 }
void CheckReadOnly(string propertyName)

Referenced by System.Xml.XmlSqlBinaryReader.XmlSqlBinaryReader(), System.Xml.XmlTextReaderImpl.XmlTextReaderImpl(), and System.Xml.XmlReaderSettings.AddConformanceWrapper().