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
IncrementalReadDecoder.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml
4
{
5
// Token: 0x02000021 RID: 33
6
internal
abstract
class
IncrementalReadDecoder
7
{
8
// Token: 0x17000031 RID: 49
9
// (get) Token: 0x060000B1 RID: 177
10
internal
abstract
bool
IsFull
{
get
; }
11
12
// Token: 0x060000B2 RID: 178
13
internal
abstract
int
Decode
(
char
[] chars,
int
startPos
,
int
len);
14
15
// Token: 0x060000B3 RID: 179 RVA: 0x00003A20 File Offset: 0x00001C20
16
protected
IncrementalReadDecoder
()
17
{
18
}
19
}
20
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Xml.IncrementalReadDecoder.Decode
int Decode(char[] chars, int startPos, int len)
System.Xml.IncrementalReadDecoder.IsFull
bool IsFull
Definition
IncrementalReadDecoder.cs:10
System.Xml.IncrementalReadDecoder.IncrementalReadDecoder
IncrementalReadDecoder()
Definition
IncrementalReadDecoder.cs:16
System.Xml.IncrementalReadDecoder
Definition
IncrementalReadDecoder.cs:7
System.Xml
Definition
ElementWriter.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
IncrementalReadDecoder.cs
Generated by
1.10.0