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_IDREF.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x02000106 RID: 262
7 {
8 // Token: 0x17000273 RID: 627
9 // (get) Token: 0x06000947 RID: 2375 RVA: 0x0001BCD4 File Offset: 0x00019ED4
10 public override XmlTypeCode TypeCode
11 {
12 get
13 {
14 return XmlTypeCode.Idref;
15 }
16 }
17
18 // Token: 0x17000274 RID: 628
19 // (get) Token: 0x06000948 RID: 2376 RVA: 0x0001BCE4 File Offset: 0x00019EE4
21 {
22 get
23 {
24 return XmlTokenizedType.IDREF;
25 }
26 }
27
28 // Token: 0x06000949 RID: 2377 RVA: 0x0001BCF4 File Offset: 0x00019EF4
30 {
31 }
32 }
33}
override XmlTokenizedType TokenizedType
TypeCode
Definition TypeCode.cs:7