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
QmarkNode.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x020000D0 RID: 208
6 internal sealed class QmarkNode : InteriorNode
7 {
8 // Token: 0x06000845 RID: 2117 RVA: 0x0001A444 File Offset: 0x00018644
9 public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
10 {
12 }
13
14 // Token: 0x17000201 RID: 513
15 // (get) Token: 0x06000846 RID: 2118 RVA: 0x0001A458 File Offset: 0x00018658
16 public override bool IsNullable
17 {
18 get
19 {
20 return true;
21 }
22 }
23
24 // Token: 0x06000847 RID: 2119 RVA: 0x0001A468 File Offset: 0x00018668
25 public QmarkNode()
26 {
27 }
28 }
29}
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition QmarkNode.cs:9