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_token.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x020000FF RID: 255
7 {
8 // Token: 0x17000269 RID: 617
9 // (get) Token: 0x06000935 RID: 2357 RVA: 0x0001BB94 File Offset: 0x00019D94
10 public override XmlTypeCode TypeCode
11 {
12 get
13 {
14 return XmlTypeCode.Token;
15 }
16 }
17
18 // Token: 0x1700026A RID: 618
19 // (get) Token: 0x06000936 RID: 2358 RVA: 0x0001BBA4 File Offset: 0x00019DA4
21 {
22 get
23 {
24 return XmlSchemaWhiteSpace.Collapse;
25 }
26 }
27
28 // Token: 0x06000937 RID: 2359 RVA: 0x0001BBB4 File Offset: 0x00019DB4
30 {
31 }
32 }
33}
override XmlSchemaWhiteSpace BuiltInWhitespaceFacet
TypeCode
Definition TypeCode.cs:7