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
XmlSchemaAnyAttribute.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: 0x0200013D RID: 317
8
public
class
XmlSchemaAnyAttribute
:
XmlSchemaAnnotated
9
{
10
// Token: 0x17000310 RID: 784
11
// (set) Token: 0x06000ABE RID: 2750 RVA: 0x0001DFD0 File Offset: 0x0001C1D0
12
[DefaultValue(
XmlSchemaContentProcessing
.None)]
13
[
XmlAttribute
(
"processContents"
)]
14
public
XmlSchemaContentProcessing
ProcessContents
15
{
16
set
17
{
18
this.processContents
=
value
;
19
}
20
}
21
22
// Token: 0x06000ABF RID: 2751 RVA: 0x0001DFE4 File Offset: 0x0001C1E4
23
internal
void
BuildNamespaceList
(
string
targetNamespace)
24
{
25
if
(this.
ns
!=
null
)
26
{
27
return
;
28
}
29
}
30
31
// Token: 0x06000AC0 RID: 2752 RVA: 0x0001DFFC File Offset: 0x0001C1FC
32
public
XmlSchemaAnyAttribute
()
33
{
34
}
35
36
// Token: 0x04000572 RID: 1394
37
private
string
ns
;
38
39
// Token: 0x04000573 RID: 1395
40
private
XmlSchemaContentProcessing
processContents
;
41
42
// Token: 0x04000574 RID: 1396
43
private
NamespaceList
namespaceList
;
44
}
45
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Xml.Schema.NamespaceList
Definition
NamespaceList.cs:8
System.Xml.Schema.XmlSchemaAnnotated
Definition
XmlSchemaAnnotated.cs:7
System.Xml.Schema.XmlSchemaAnyAttribute.processContents
XmlSchemaContentProcessing processContents
Definition
XmlSchemaAnyAttribute.cs:40
System.Xml.Schema.XmlSchemaAnyAttribute.BuildNamespaceList
void BuildNamespaceList(string targetNamespace)
Definition
XmlSchemaAnyAttribute.cs:23
System.Xml.Schema.XmlSchemaAnyAttribute.XmlSchemaAnyAttribute
XmlSchemaAnyAttribute()
Definition
XmlSchemaAnyAttribute.cs:32
System.Xml.Schema.XmlSchemaAnyAttribute.ProcessContents
XmlSchemaContentProcessing ProcessContents
Definition
XmlSchemaAnyAttribute.cs:15
System.Xml.Schema.XmlSchemaAnyAttribute.ns
string ns
Definition
XmlSchemaAnyAttribute.cs:37
System.Xml.Schema.XmlSchemaAnyAttribute.namespaceList
NamespaceList namespaceList
Definition
XmlSchemaAnyAttribute.cs:43
System.Xml.Schema.XmlSchemaAnyAttribute
Definition
XmlSchemaAnyAttribute.cs:9
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
XmlSchemaAnyAttribute.cs
Generated by
1.10.0