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
BooleanSwitch.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Diagnostics
4{
5 // Token: 0x020000C7 RID: 199
6 [SwitchLevel(typeof(bool))]
7 public class BooleanSwitch : Switch
8 {
9 // Token: 0x06000493 RID: 1171 RVA: 0x00013494 File Offset: 0x00011694
10 public BooleanSwitch(string displayName, string description)
11 {
12 if (!true)
13 {
14 }
16 }
17 }
18}
class f__AnonymousType0<< Count > j__TPar
BooleanSwitch(string displayName, string description)
readonly string description
Definition Switch.cs:43
readonly string displayName
Definition Switch.cs:46