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
XmlSchemaChoice.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: 0x0200013F RID: 319
7
public
class
XmlSchemaChoice
:
XmlSchemaGroupBase
8
{
9
// Token: 0x17000311 RID: 785
10
// (get) Token: 0x06000AC1 RID: 2753 RVA: 0x0001E010 File Offset: 0x0001C210
11
[
XmlElement
(
"any"
,
typeof
(
XmlSchemaAny
))]
12
[
XmlElement
(
"group"
,
typeof
(
XmlSchemaGroupRef
))]
13
[
XmlElement
(
"choice"
,
typeof
(
XmlSchemaChoice
))]
14
[
XmlElement
(
"sequence"
,
typeof
(
XmlSchemaSequence
))]
15
[
XmlElement
(
"element"
,
typeof
(
XmlSchemaElement
))]
16
public
override
XmlSchemaObjectCollection
Items
17
{
18
get
19
{
20
return
this.
items
;
21
}
22
}
23
24
// Token: 0x04000575 RID: 1397
25
private
XmlSchemaObjectCollection
items
;
26
}
27
}
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.items
XmlSchemaObjectCollection items
Definition
XmlSchemaChoice.cs:25
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
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
XmlSchemaChoice.cs
Generated by
1.10.0