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.
1using System;
2
3namespace 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
17 {
18 }
19 }
20}
class f__AnonymousType0<< Count > j__TPar
int Decode(char[] chars, int startPos, int len)