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.
1
using
System
;
2
3
namespace
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
10
public
XmlSchemaSimpleType
XmlType
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
29
private
XmlSchemaSimpleType
xmlType
;
30
31
// Token: 0x04000451 RID: 1105
32
private
object
typedValue
;
33
}
34
}
System.Xml.Schema.XmlSchemaSimpleType
Definition
XmlSchemaSimpleType.cs:8
System.Xml.Schema.XsdSimpleValue.xmlType
XmlSchemaSimpleType xmlType
Definition
XsdSimpleValue.cs:29
System.Xml.Schema.XsdSimpleValue.TypedValue
object TypedValue
Definition
XsdSimpleValue.cs:21
System.Xml.Schema.XsdSimpleValue.XmlType
XmlSchemaSimpleType XmlType
Definition
XsdSimpleValue.cs:11
System.Xml.Schema.XsdSimpleValue.typedValue
object typedValue
Definition
XsdSimpleValue.cs:32
System.Xml.Schema.XsdSimpleValue
Definition
XsdSimpleValue.cs:7
System.Xml.Schema
Definition
BaseValidator.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
XsdSimpleValue.cs
Generated by
1.10.0