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_ENTITY.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x02000107 RID: 263
7 {
8 // Token: 0x17000275 RID: 629
9 // (get) Token: 0x0600094A RID: 2378 RVA: 0x0001BD08 File Offset: 0x00019F08
10 public override XmlTypeCode TypeCode
11 {
12 get
13 {
14 return XmlTypeCode.Entity;
15 }
16 }
17
18 // Token: 0x17000276 RID: 630
19 // (get) Token: 0x0600094B RID: 2379 RVA: 0x0001BD18 File Offset: 0x00019F18
21 {
22 get
23 {
24 return XmlTokenizedType.ENTITY;
25 }
26 }
27
28 // Token: 0x0600094C RID: 2380 RVA: 0x0001BD28 File Offset: 0x00019F28
30 {
31 }
32 }
33}
override XmlTokenizedType TokenizedType
TypeCode
Definition TypeCode.cs:7