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

◆ ConformanceLevel

ConformanceLevel System.Xml.XmlWriterSettings.ConformanceLevel
getset

Definition at line 140 of file XmlWriterSettings.cs.

141 {
142 get
143 {
144 return this.conformanceLevel;
145 }
146 set
147 {
148 this.CheckReadOnly("ConformanceLevel");
150 }
151 }
class f__AnonymousType0<< Count > j__TPar
void CheckReadOnly(string propertyName)