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
XmlNodeList.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections
;
3
using
System.Reflection
;
4
5
namespace
System.Xml
6
{
7
// Token: 0x0200007C RID: 124
8
[
DefaultMember
(
"ItemOf"
)]
9
public
abstract
class
XmlNodeList
:
IEnumerable
,
IDisposable
10
{
11
// Token: 0x1700018D RID: 397
12
// (get) Token: 0x060005FA RID: 1530
13
public
abstract
int
Count
{
get
; }
14
15
// Token: 0x060005FB RID: 1531
16
public
abstract
IEnumerator
GetEnumerator
();
17
18
// Token: 0x060005FC RID: 1532 RVA: 0x00014574 File Offset: 0x00012774
19
void
IDisposable
.
Dispose
()
20
{
21
}
22
23
// Token: 0x060005FD RID: 1533 RVA: 0x00014584 File Offset: 0x00012784
24
protected
virtual
void
PrivateDisposeNodeList
()
25
{
26
}
27
28
// Token: 0x060005FE RID: 1534 RVA: 0x00014594 File Offset: 0x00012794
29
protected
XmlNodeList
()
30
{
31
}
32
}
33
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Xml.XmlNodeList.Count
int Count
Definition
XmlNodeList.cs:13
System.Xml.XmlNodeList.XmlNodeList
XmlNodeList()
Definition
XmlNodeList.cs:29
System.Xml.XmlNodeList.PrivateDisposeNodeList
virtual void PrivateDisposeNodeList()
Definition
XmlNodeList.cs:24
System.Xml.XmlNodeList.GetEnumerator
IEnumerator GetEnumerator()
System.Xml.XmlNodeList
Definition
XmlNodeList.cs:10
System.Collections.IEnumerable
Definition
IEnumerable.cs:7
System.Collections.IEnumerator
Definition
IEnumerator.cs:7
System.IDisposable.Dispose
void Dispose()
System.IDisposable
Definition
IDisposable.cs:7
System.Collections
Definition
ArrayList.cs:6
System.Reflection
Definition
AmbiguousMatchException.cs:5
System.Xml
Definition
ElementWriter.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
XmlNodeList.cs
Generated by
1.10.0