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
Datatype_tokenV1Compat.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x02000100 RID: 256
7 {
8 // Token: 0x1700026B RID: 619
9 // (get) Token: 0x06000938 RID: 2360 RVA: 0x0001BBC8 File Offset: 0x00019DC8
10 public override XmlTypeCode TypeCode
11 {
12 get
13 {
14 return XmlTypeCode.Token;
15 }
16 }
17
18 // Token: 0x06000939 RID: 2361 RVA: 0x0001BBD8 File Offset: 0x00019DD8
20 {
21 }
22 }
23}
TypeCode
Definition TypeCode.cs:7