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

◆ MightHaveNamespaces

bool System.Xml.Xsl.IlGen.XmlILConstructInfo.MightHaveNamespaces
getset

Definition at line 178 of file XmlILConstructInfo.cs.

179 {
180 get
181 {
182 return _mightHaveNmsp;
183 }
184 set
185 {
187 }
188 }

Referenced by System.Xml.Xsl.IlGen.XmlILConstructInfo.ToString().