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_untypedAtomicType.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x020000E3 RID: 227
7 {
8 // Token: 0x060008A8 RID: 2216 RVA: 0x0001B084 File Offset: 0x00019284
10 {
11 if (!true)
12 {
13 }
14 return 1;
15 }
16
17 // Token: 0x17000224 RID: 548
18 // (get) Token: 0x060008A9 RID: 2217 RVA: 0x0001B098 File Offset: 0x00019298
20 {
21 get
22 {
23 }
24 }
25
26 // Token: 0x17000225 RID: 549
27 // (get) Token: 0x060008AA RID: 2218 RVA: 0x0001B0A8 File Offset: 0x000192A8
28 public override XmlTypeCode TypeCode
29 {
30 get
31 {
32 return XmlTypeCode.UntypedAtomic;
33 }
34 }
35
36 // Token: 0x060008AB RID: 2219 RVA: 0x0001B0B8 File Offset: 0x000192B8
38 {
39 }
40 }
41}
override XmlValueConverter CreateValueConverter(XmlSchemaType schemaType)
TypeCode
Definition TypeCode.cs:7