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
SchemaNotation.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml.Schema
4
{
5
// Token: 0x02000134 RID: 308
6
internal
sealed
class
SchemaNotation
7
{
8
// Token: 0x06000A96 RID: 2710 RVA: 0x0001D930 File Offset: 0x0001BB30
9
internal
SchemaNotation
(
XmlQualifiedName
name
)
10
{
11
this.name
=
name
;
12
}
13
14
// Token: 0x17000300 RID: 768
15
// (get) Token: 0x06000A97 RID: 2711 RVA: 0x0001D94C File Offset: 0x0001BB4C
16
internal
XmlQualifiedName
Name
17
{
18
get
19
{
20
return
this.
name
;
21
}
22
}
23
24
// Token: 0x17000301 RID: 769
25
// (get) Token: 0x06000A98 RID: 2712 RVA: 0x0001D960 File Offset: 0x0001BB60
26
// (set) Token: 0x06000A99 RID: 2713 RVA: 0x0001D974 File Offset: 0x0001BB74
27
internal
string
SystemLiteral
28
{
29
get
30
{
31
return
this.
systemLiteral
;
32
}
33
set
34
{
35
this.systemLiteral
=
value
;
36
}
37
}
38
39
// Token: 0x17000302 RID: 770
40
// (get) Token: 0x06000A9A RID: 2714 RVA: 0x0001D988 File Offset: 0x0001BB88
41
// (set) Token: 0x06000A9B RID: 2715 RVA: 0x0001D99C File Offset: 0x0001BB9C
42
internal
string
Pubid
43
{
44
get
45
{
46
return
this.
pubid
;
47
}
48
set
49
{
50
this.pubid
=
value
;
51
}
52
}
53
54
// Token: 0x04000559 RID: 1369
55
private
XmlQualifiedName
name
;
56
57
// Token: 0x0400055A RID: 1370
58
private
string
systemLiteral
;
59
60
// Token: 0x0400055B RID: 1371
61
private
string
pubid
;
62
}
63
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Xml.Schema.SchemaNotation.pubid
string pubid
Definition
SchemaNotation.cs:61
System.Xml.Schema.SchemaNotation.SchemaNotation
SchemaNotation(XmlQualifiedName name)
Definition
SchemaNotation.cs:9
System.Xml.Schema.SchemaNotation.Pubid
string Pubid
Definition
SchemaNotation.cs:43
System.Xml.Schema.SchemaNotation.systemLiteral
string systemLiteral
Definition
SchemaNotation.cs:58
System.Xml.Schema.SchemaNotation.SystemLiteral
string SystemLiteral
Definition
SchemaNotation.cs:28
System.Xml.Schema.SchemaNotation.name
XmlQualifiedName name
Definition
SchemaNotation.cs:55
System.Xml.Schema.SchemaNotation.Name
XmlQualifiedName Name
Definition
SchemaNotation.cs:17
System.Xml.Schema.SchemaNotation
Definition
SchemaNotation.cs:7
System.Xml.XmlQualifiedName
Definition
XmlQualifiedName.cs:11
System.Xml.Schema
Definition
BaseValidator.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
SchemaNotation.cs
Generated by
1.10.0