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
Contraction.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000033 RID: 51
6 internal class Contraction
7 {
8 // Token: 0x060000A9 RID: 169 RVA: 0x00003064 File Offset: 0x00001264
9 public Contraction(int index, char[] source, string replacement, byte[] sortkey)
10 {
15 }
16
17 // Token: 0x040000DD RID: 221
18 public int Index;
19
20 // Token: 0x040000DE RID: 222
21 public readonly char[] Source;
22
23 // Token: 0x040000DF RID: 223
24 public readonly string Replacement;
25
26 // Token: 0x040000E0 RID: 224
27 public readonly byte[] SortKey;
28 }
29}
class f__AnonymousType0<< Count > j__TPar
Contraction(int index, char[] source, string replacement, byte[] sortkey)
Definition Contraction.cs:9