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

◆ NamespaceHandling

NamespaceHandling System.Xml.XmlWriterSettings.NamespaceHandling
getset

Definition at line 224 of file XmlWriterSettings.cs.

225 {
226 get
227 {
228 return _namespaceHandling;
229 }
230 set
231 {
232 CheckReadOnly("NamespaceHandling");
233 if ((uint)value > 1u)
234 {
235 throw new ArgumentOutOfRangeException("value");
236 }
238 }
239 }
void CheckReadOnly(string propertyName)
NamespaceHandling _namespaceHandling