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

◆ NodeTypeProperty

PropertyInfo System.Runtime.Serialization.XmlFormatGeneratorStatics.NodeTypeProperty
staticgetpackage

Definition at line 329 of file XmlFormatGeneratorStatics.cs.

330 {
331 get
332 {
333 if (s_nodeTypeProperty == null)
334 {
335 s_nodeTypeProperty = typeof(XmlReaderDelegator).GetProperty("NodeType", BindingFlags.Instance | BindingFlags.Static | BindingFlags.Public | BindingFlags.NonPublic);
336 }
337 return s_nodeTypeProperty;
338 }
339 }

Referenced by System.Runtime.Serialization.XmlFormatReaderGenerator.CriticalHelper.IsEndElement().