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
XmlSchemaInfo.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml.Schema
4
{
5
// Token: 0x0200014A RID: 330
6
public
class
XmlSchemaInfo
:
IXmlSchemaInfo
7
{
8
// Token: 0x06000AE9 RID: 2793 RVA: 0x0001E4D0 File Offset: 0x0001C6D0
9
public
XmlSchemaInfo
()
10
{
11
}
12
13
// Token: 0x06000AEA RID: 2794 RVA: 0x0001E4E4 File Offset: 0x0001C6E4
14
internal
XmlSchemaInfo
(
XmlSchemaValidity
validity
)
15
{
16
this.validity
=
validity
;
17
}
18
19
// Token: 0x17000321 RID: 801
20
// (get) Token: 0x06000AEB RID: 2795 RVA: 0x0001E500 File Offset: 0x0001C700
21
public
XmlSchemaValidity
Validity
22
{
23
get
24
{
25
return
this.
validity
;
26
}
27
}
28
29
// Token: 0x17000322 RID: 802
30
// (get) Token: 0x06000AEC RID: 2796 RVA: 0x0001E514 File Offset: 0x0001C714
31
public
bool
IsDefault
32
{
33
get
34
{
35
return
this.
isDefault
;
36
}
37
}
38
39
// Token: 0x17000323 RID: 803
40
// (get) Token: 0x06000AED RID: 2797 RVA: 0x0001E528 File Offset: 0x0001C728
41
public
bool
IsNil
42
{
43
get
44
{
45
return
this.
isNil
;
46
}
47
}
48
49
// Token: 0x17000324 RID: 804
50
// (get) Token: 0x06000AEE RID: 2798 RVA: 0x0001E53C File Offset: 0x0001C73C
51
public
XmlSchemaSimpleType
MemberType
52
{
53
get
54
{
55
return
this.
memberType
;
56
}
57
}
58
59
// Token: 0x17000325 RID: 805
60
// (get) Token: 0x06000AEF RID: 2799 RVA: 0x0001E550 File Offset: 0x0001C750
61
public
XmlSchemaType
SchemaType
62
{
63
get
64
{
65
return
this.
schemaType
;
66
}
67
}
68
69
// Token: 0x17000326 RID: 806
70
// (get) Token: 0x06000AF0 RID: 2800 RVA: 0x0001E564 File Offset: 0x0001C764
71
public
XmlSchemaElement
SchemaElement
72
{
73
get
74
{
75
return
this.
schemaElement
;
76
}
77
}
78
79
// Token: 0x17000327 RID: 807
80
// (get) Token: 0x06000AF1 RID: 2801 RVA: 0x0001E578 File Offset: 0x0001C778
81
public
XmlSchemaAttribute
SchemaAttribute
82
{
83
get
84
{
85
return
this.
schemaAttribute
;
86
}
87
}
88
89
// Token: 0x06000AF2 RID: 2802 RVA: 0x0001E58C File Offset: 0x0001C78C
90
internal
void
Clear
()
91
{
92
}
93
94
// Token: 0x04000598 RID: 1432
95
private
bool
isDefault
;
96
97
// Token: 0x04000599 RID: 1433
98
private
bool
isNil
;
99
100
// Token: 0x0400059A RID: 1434
101
private
XmlSchemaElement
schemaElement
;
102
103
// Token: 0x0400059B RID: 1435
104
private
XmlSchemaAttribute
schemaAttribute
;
105
106
// Token: 0x0400059C RID: 1436
107
private
XmlSchemaType
schemaType
;
108
109
// Token: 0x0400059D RID: 1437
110
private
XmlSchemaSimpleType
memberType
;
111
112
// Token: 0x0400059E RID: 1438
113
private
XmlSchemaValidity
validity
;
114
115
// Token: 0x0400059F RID: 1439
116
private
XmlSchemaContentType
contentType
;
117
}
118
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Xml.Schema.XmlSchemaAttribute
Definition
XmlSchemaAttribute.cs:7
System.Xml.Schema.XmlSchemaElement
Definition
XmlSchemaElement.cs:7
System.Xml.Schema.XmlSchemaInfo.isDefault
bool isDefault
Definition
XmlSchemaInfo.cs:95
System.Xml.Schema.XmlSchemaInfo.validity
XmlSchemaValidity validity
Definition
XmlSchemaInfo.cs:113
System.Xml.Schema.XmlSchemaInfo.IsNil
bool IsNil
Definition
XmlSchemaInfo.cs:42
System.Xml.Schema.XmlSchemaInfo.Clear
void Clear()
Definition
XmlSchemaInfo.cs:90
System.Xml.Schema.XmlSchemaInfo.Validity
XmlSchemaValidity Validity
Definition
XmlSchemaInfo.cs:22
System.Xml.Schema.XmlSchemaInfo.schemaElement
XmlSchemaElement schemaElement
Definition
XmlSchemaInfo.cs:101
System.Xml.Schema.XmlSchemaInfo.SchemaElement
XmlSchemaElement SchemaElement
Definition
XmlSchemaInfo.cs:72
System.Xml.Schema.XmlSchemaInfo.XmlSchemaInfo
XmlSchemaInfo(XmlSchemaValidity validity)
Definition
XmlSchemaInfo.cs:14
System.Xml.Schema.XmlSchemaInfo.SchemaAttribute
XmlSchemaAttribute SchemaAttribute
Definition
XmlSchemaInfo.cs:82
System.Xml.Schema.XmlSchemaInfo.contentType
XmlSchemaContentType contentType
Definition
XmlSchemaInfo.cs:116
System.Xml.Schema.XmlSchemaInfo.memberType
XmlSchemaSimpleType memberType
Definition
XmlSchemaInfo.cs:110
System.Xml.Schema.XmlSchemaInfo.IsDefault
bool IsDefault
Definition
XmlSchemaInfo.cs:32
System.Xml.Schema.XmlSchemaInfo.schemaAttribute
XmlSchemaAttribute schemaAttribute
Definition
XmlSchemaInfo.cs:104
System.Xml.Schema.XmlSchemaInfo.schemaType
XmlSchemaType schemaType
Definition
XmlSchemaInfo.cs:107
System.Xml.Schema.XmlSchemaInfo.XmlSchemaInfo
XmlSchemaInfo()
Definition
XmlSchemaInfo.cs:9
System.Xml.Schema.XmlSchemaInfo.MemberType
XmlSchemaSimpleType MemberType
Definition
XmlSchemaInfo.cs:52
System.Xml.Schema.XmlSchemaInfo.isNil
bool isNil
Definition
XmlSchemaInfo.cs:98
System.Xml.Schema.XmlSchemaInfo
Definition
XmlSchemaInfo.cs:7
System.Xml.Schema.XmlSchemaSimpleType
Definition
XmlSchemaSimpleType.cs:8
System.Xml.Schema.XmlSchemaType
Definition
XmlSchemaType.cs:8
System.Xml.Schema.IXmlSchemaInfo
Definition
IXmlSchemaInfo.cs:7
System.Xml.Schema.XmlSchemaContentType
XmlSchemaContentType
Definition
XmlSchemaContentType.cs:7
System.Xml.Schema.XmlSchemaValidity
XmlSchemaValidity
Definition
XmlSchemaValidity.cs:7
System.Xml.Schema.SchemaType
SchemaType
Definition
SchemaType.cs:7
System.Xml.Schema
Definition
BaseValidator.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
XmlSchemaInfo.cs
Generated by
1.10.0