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

◆ IsStartElementMethod2

MethodInfo System.Runtime.Serialization.XmlFormatGeneratorStatics.IsStartElementMethod2
staticgetpackage

Definition at line 276 of file XmlFormatGeneratorStatics.cs.

277 {
278 get
279 {
280 if (s_isStartElementMethod2 == null)
281 {
282 s_isStartElementMethod2 = typeof(XmlReaderDelegator).GetMethod("IsStartElement", BindingFlags.Instance | BindingFlags.Static | BindingFlags.Public | BindingFlags.NonPublic, new Type[2]
283 {
284 typeof(XmlDictionaryString),
285 typeof(XmlDictionaryString)
286 });
287 }
289 }
290 }

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