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
XmlSchemaSequence.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Xml.Serialization
;
3
4
namespace
System.Xml.Schema
5
{
6
// Token: 0x02000150 RID: 336
7
public
class
XmlSchemaSequence
:
XmlSchemaGroupBase
8
{
9
// Token: 0x1700032A RID: 810
10
// (get) Token: 0x06000B02 RID: 2818 RVA: 0x0001E734 File Offset: 0x0001C934
11
[
XmlElement
(
"element"
,
typeof
(
XmlSchemaElement
))]
12
[
XmlElement
(
"choice"
,
typeof
(
XmlSchemaChoice
))]
13
[
XmlElement
(
"sequence"
,
typeof
(
XmlSchemaSequence
))]
14
[
XmlElement
(
"any"
,
typeof
(
XmlSchemaAny
))]
15
[
XmlElement
(
"group"
,
typeof
(
XmlSchemaGroupRef
))]
16
public
override
XmlSchemaObjectCollection
Items
17
{
18
get
19
{
20
return
this.
items
;
21
}
22
}
23
24
// Token: 0x06000B03 RID: 2819 RVA: 0x0001E748 File Offset: 0x0001C948
25
public
XmlSchemaSequence
()
26
{
27
}
28
29
// Token: 0x040005A9 RID: 1449
30
private
XmlSchemaObjectCollection
items
;
31
}
32
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Xml.Schema.XmlSchemaAny
Definition
XmlSchemaAny.cs:9
System.Xml.Schema.XmlSchemaChoice
Definition
XmlSchemaChoice.cs:8
System.Xml.Schema.XmlSchemaElement
Definition
XmlSchemaElement.cs:7
System.Xml.Schema.XmlSchemaGroupBase
Definition
XmlSchemaGroupBase.cs:8
System.Xml.Schema.XmlSchemaGroupRef
Definition
XmlSchemaGroupRef.cs:7
System.Xml.Schema.XmlSchemaObjectCollection
Definition
XmlSchemaObjectCollection.cs:10
System.Xml.Schema.XmlSchemaSequence.XmlSchemaSequence
XmlSchemaSequence()
Definition
XmlSchemaSequence.cs:25
System.Xml.Schema.XmlSchemaSequence.items
XmlSchemaObjectCollection items
Definition
XmlSchemaSequence.cs:30
System.Xml.Schema.XmlSchemaSequence
Definition
XmlSchemaSequence.cs:8
System.Xml.XmlElement
Definition
XmlElement.cs:7
System.Xml.Schema
Definition
BaseValidator.cs:4
System.Xml.Serialization
Definition
XmlAttributeAttribute.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
XmlSchemaSequence.cs
Generated by
1.10.0