terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
XmlNodeList.cs
Go to the documentation of this file.
1using System;
6
7namespace System.Xml
8{
9 [DefaultMember("ItemOf")]
10 [global::Cpp2ILInjected.Token(Token = "0x200007C")]
11 public abstract class XmlNodeList : IEnumerable, IDisposable
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x1700018D")]
14 public abstract int Count
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x60005FA")]
17 get;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x60005FB")]
21 public abstract IEnumerator GetEnumerator();
22
23 [global::Cpp2ILInjected.Token(Token = "0x60005FC")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1D9A60C", Offset = "0x1D9A60C", Length = "0xC")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
27 private void System.IDisposable.Dispose()
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x60005FD")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1D9A618", Offset = "0x1D9A618", Length = "0x4")]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 protected virtual void PrivateDisposeNodeList()
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x60005FE")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1D9A61C", Offset = "0x1D9A61C", Length = "0x8")]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlChildNodes), Member = ".ctor", MemberParameters = new object[] { typeof(XmlNode) }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
45 protected XmlNodeList()
46 {
47 throw null;
48 }
49 }
50}
class f__AnonymousType0<< Count > j__TPar
virtual void PrivateDisposeNodeList()
IEnumerator GetEnumerator()