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
StarNode.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x020000D1 RID: 209
6 internal sealed class StarNode : InteriorNode
7 {
8 // Token: 0x06000848 RID: 2120 RVA: 0x0001A47C File Offset: 0x0001867C
9 public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
10 {
12 int num2;
13 int num = lastpos.NextSet(num2);
14 }
15
16 // Token: 0x17000202 RID: 514
17 // (get) Token: 0x06000849 RID: 2121 RVA: 0x0001A498 File Offset: 0x00018698
18 public override bool IsNullable
19 {
20 get
21 {
22 return true;
23 }
24 }
25
26 // Token: 0x0600084A RID: 2122 RVA: 0x0001A4A8 File Offset: 0x000186A8
27 public StarNode()
28 {
29 }
30 }
31}
class f__AnonymousType0<< Count > j__TPar
int NextSet(int startFrom)
Definition BitSet.cs:97
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition StarNode.cs:9
override bool IsNullable
Definition StarNode.cs:19