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.
1using System;
2
3namespace 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
13
14 // Token: 0x17000300 RID: 768
15 // (get) Token: 0x06000A97 RID: 2711 RVA: 0x0001D94C File Offset: 0x0001BB4C
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 {
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 {
51 }
52 }
53
54 // Token: 0x04000559 RID: 1369
56
57 // Token: 0x0400055A RID: 1370
58 private string systemLiteral;
59
60 // Token: 0x0400055B RID: 1371
61 private string pubid;
62 }
63}
class f__AnonymousType0<< Count > j__TPar
SchemaNotation(XmlQualifiedName name)