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
XmlSchemaAny.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.ComponentModel
;
3
using
System.Xml.Serialization
;
4
5
namespace
System.Xml.Schema
6
{
7
// Token: 0x0200013C RID: 316
8
public
class
XmlSchemaAny
:
XmlSchemaParticle
9
{
10
// Token: 0x1700030E RID: 782
11
// (set) Token: 0x06000ABA RID: 2746 RVA: 0x0001DF78 File Offset: 0x0001C178
12
[
XmlAttribute
(
"processContents"
)]
13
[DefaultValue(
XmlSchemaContentProcessing
.None)]
14
public
XmlSchemaContentProcessing
ProcessContents
15
{
16
set
17
{
18
this.processContents
=
value
;
19
}
20
}
21
22
// Token: 0x1700030F RID: 783
23
// (get) Token: 0x06000ABB RID: 2747 RVA: 0x0001DF8C File Offset: 0x0001C18C
24
[
XmlIgnore
]
25
internal
NamespaceList
NamespaceList
26
{
27
get
28
{
29
return
this.
namespaceList
;
30
}
31
}
32
33
// Token: 0x06000ABC RID: 2748 RVA: 0x0001DFA0 File Offset: 0x0001C1A0
34
internal
void
BuildNamespaceList
(
string
targetNamespace)
35
{
36
if
(this.
ns
!=
null
)
37
{
38
return
;
39
}
40
}
41
42
// Token: 0x06000ABD RID: 2749 RVA: 0x0001DFB8 File Offset: 0x0001C1B8
43
public
XmlSchemaAny
()
44
{
45
if
(!
true
)
46
{
47
}
48
base
..ctor();
49
}
50
51
// Token: 0x0400056F RID: 1391
52
private
string
ns
;
53
54
// Token: 0x04000570 RID: 1392
55
private
XmlSchemaContentProcessing
processContents
;
56
57
// Token: 0x04000571 RID: 1393
58
private
NamespaceList
namespaceList
;
59
}
60
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Xml.Schema.NamespaceList
Definition
NamespaceList.cs:8
System.Xml.Schema.XmlSchemaAny.namespaceList
NamespaceList namespaceList
Definition
XmlSchemaAny.cs:58
System.Xml.Schema.XmlSchemaAny.processContents
XmlSchemaContentProcessing processContents
Definition
XmlSchemaAny.cs:55
System.Xml.Schema.XmlSchemaAny.ns
string ns
Definition
XmlSchemaAny.cs:52
System.Xml.Schema.XmlSchemaAny.ProcessContents
XmlSchemaContentProcessing ProcessContents
Definition
XmlSchemaAny.cs:15
System.Xml.Schema.XmlSchemaAny.XmlSchemaAny
XmlSchemaAny()
Definition
XmlSchemaAny.cs:43
System.Xml.Schema.XmlSchemaAny.BuildNamespaceList
void BuildNamespaceList(string targetNamespace)
Definition
XmlSchemaAny.cs:34
System.Xml.Schema.XmlSchemaAny
Definition
XmlSchemaAny.cs:9
System.Xml.Schema.XmlSchemaParticle
Definition
XmlSchemaParticle.cs:8
System.Xml.XmlAttribute
Definition
XmlAttribute.cs:8
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.Xml.Schema.XmlSchemaContentProcessing
XmlSchemaContentProcessing
Definition
XmlSchemaContentProcessing.cs:8
System.Xml.Schema
Definition
BaseValidator.cs:4
System.Xml.Serialization
Definition
XmlAttributeAttribute.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
XmlSchemaAny.cs
Generated by
1.10.0