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
CodePageDataItem.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020005BA RID: 1466
7 internal class CodePageDataItem
8 {
9 // Token: 0x06002CCC RID: 11468 RVA: 0x00062A5C File Offset: 0x00060C5C
11 {
12 int num = 1;
13 base..ctor();
15 if (num == 0)
16 {
17 }
18 this.m_flags = (uint)num;
19 }
20
21 // Token: 0x06002CCD RID: 11469 RVA: 0x00062A84 File Offset: 0x00060C84
22 internal static string CreateString(string pStrings, uint index)
23 {
24 if (!true)
25 {
26 }
27 string[] array;
28 return array;
29 }
30
31 // Token: 0x170006BF RID: 1727
32 // (get) Token: 0x06002CCE RID: 11470 RVA: 0x00062A9C File Offset: 0x00060C9C
33 public string WebName
34 {
35 get
36 {
37 int num = 1;
38 string text;
39 if (this.m_webName == null)
40 {
41 if (num == 0)
42 {
43 }
45 }
46 return text;
47 }
48 }
49
50 // Token: 0x06002CCF RID: 11471 RVA: 0x00062AC0 File Offset: 0x00060CC0
51 // Note: this type is marked as 'beforefieldinit'.
53 {
54 }
55
56 // Token: 0x040018E9 RID: 6377
57 internal int m_dataIndex;
58
59 // Token: 0x040018EA RID: 6378
60 internal int m_uiFamilyCodePage;
61
62 // Token: 0x040018EB RID: 6379
63 internal string m_webName;
64
65 // Token: 0x040018EC RID: 6380
66 internal uint m_flags;
67
68 // Token: 0x040018ED RID: 6381
69 private static readonly char[] sep;
70 }
71}
class f__AnonymousType0<< Count > j__TPar
static string CreateString(string pStrings, uint index)