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
XsdSimpleValue.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x020000D9 RID: 217
6 internal class XsdSimpleValue
7 {
8 // Token: 0x17000208 RID: 520
9 // (get) Token: 0x0600086D RID: 2157 RVA: 0x0001AAD4 File Offset: 0x00018CD4
11 {
12 get
13 {
14 return this.xmlType;
15 }
16 }
17
18 // Token: 0x17000209 RID: 521
19 // (get) Token: 0x0600086E RID: 2158 RVA: 0x0001AAE8 File Offset: 0x00018CE8
20 public object TypedValue
21 {
22 get
23 {
24 return this.typedValue;
25 }
26 }
27
28 // Token: 0x04000450 RID: 1104
30
31 // Token: 0x04000451 RID: 1105
32 private object typedValue;
33 }
34}