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
StringConcat.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x020000C1 RID: 193
10 public struct StringConcat
11 {
12 // Token: 0x060007FD RID: 2045 RVA: 0x00019B9C File Offset: 0x00017D9C
13 public void Clear()
14 {
15 }
16
17 // Token: 0x170001F0 RID: 496
18 // (get) Token: 0x060007FE RID: 2046 RVA: 0x00019BAC File Offset: 0x00017DAC
19 internal int Count
20 {
21 get
22 {
23 return this.idxStr;
24 }
25 }
26
27 // Token: 0x060007FF RID: 2047 RVA: 0x00019BC0 File Offset: 0x00017DC0
28 public string GetResult()
29 {
30 int num = this.idxStr;
32 string text;
33 return text;
34 }
35
36 // Token: 0x06000800 RID: 2048 RVA: 0x00003FFD File Offset: 0x000021FD
37 internal void ConcatNoDelimiter(string s)
38 {
39 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
40 }
41
42 // Token: 0x0400040F RID: 1039
43 private string s1;
44
45 // Token: 0x04000410 RID: 1040
46 private string s2;
47
48 // Token: 0x04000411 RID: 1041
49 private string s3;
50
51 // Token: 0x04000412 RID: 1042
52 private string s4;
53
54 // Token: 0x04000413 RID: 1043
55 private string delimiter;
56
57 // Token: 0x04000414 RID: 1044
59
60 // Token: 0x04000415 RID: 1045
61 private int idxStr;
62 }
63}
class f__AnonymousType0<< Count > j__TPar