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

◆ ReadOnly

bool System.Xml.XmlWriterSettings.ReadOnly
getsetpackage

Definition at line 383 of file XmlWriterSettings.cs.

384 {
385 get
386 {
387 return _isReadOnly;
388 }
389 set
390 {
392 }
393 }

Referenced by System.Xml.XmlWriterSettings.XmlWriterSettings(), and System.Xml.XmlWriterSettings.GetObjectData().