terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ NamespaceHandling

NamespaceHandling System.Xml.XmlWriterSettings.NamespaceHandling
getset

Definition at line 166 of file XmlWriterSettings.cs.

167 {
168 get
169 {
170 return this.namespaceHandling;
171 }
172 set
173 {
174 this.CheckReadOnly("NamespaceHandling");
176 }
177 }
class f__AnonymousType0<< Count > j__TPar
void CheckReadOnly(string propertyName)