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
TypeNames.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x02000197 RID: 407
7 internal class TypeNames
8 {
9 // Token: 0x02000198 RID: 408
10 internal abstract class ATypeName : TypeName, IEquatable<TypeName>
11 {
12 // Token: 0x1700016A RID: 362
13 // (get) Token: 0x06000FC2 RID: 4034
14 public abstract string DisplayName { get; }
15
16 // Token: 0x06000FC3 RID: 4035 RVA: 0x00021A8C File Offset: 0x0001FC8C
17 public bool Equals(TypeName other)
18 {
19 if (other != null)
20 {
21 }
22 long value = 0.m_value;
23 bool flag;
24 return flag;
25 }
26
27 // Token: 0x06000FC4 RID: 4036 RVA: 0x0000207A File Offset: 0x0000027A
28 public override int GetHashCode()
29 {
30 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
31 }
32
33 // Token: 0x06000FC5 RID: 4037 RVA: 0x00021AA4 File Offset: 0x0001FCA4
34 public override bool Equals(object other)
35 {
36 bool flag;
37 return flag;
38 }
39
40 // Token: 0x06000FC6 RID: 4038 RVA: 0x00021AB4 File Offset: 0x0001FCB4
41 protected ATypeName()
42 {
43 }
44 }
45 }
46}
class f__AnonymousType0<< Count > j__TPar
override int GetHashCode()
Definition TypeNames.cs:28
override bool Equals(object other)
Definition TypeNames.cs:34
bool Equals(TypeName other)
Definition TypeNames.cs:17