terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
EnumValue.cs
Go to the documentation of this file.
1using System;
5
7{
9 [global::Cpp2ILInjected.Token(Token = "0x2000068")]
10 internal class EnumValue<T> where T : struct
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x170000B4")]
13 public string Name
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x60003B3")]
16 [global::Cpp2ILInjected.Address(RVA = "0x164228C", Offset = "0x164228C", Length = "0x8")]
17 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x170000B5")]
26 public T Value
27 {
28 [global::Cpp2ILInjected.Token(Token = "0x60003B4")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1642294", Offset = "0x1642294", Length = "0x8")]
30 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 get
33 {
34 throw null;
35 }
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x60003B5")]
39 [global::Cpp2ILInjected.Address(RVA = "0x164229C", Offset = "0x164229C", Length = "0x2C")]
40 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
43 public EnumValue(string name, T value)
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x40001F1")]
49 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
50 private readonly string _name;
51
52 [global::Cpp2ILInjected.Token(Token = "0x40001F2")]
53 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
54 private readonly T _value;
55 }
56}
class f__AnonymousType0<< Count > j__TPar
EnumValue(string name, T value)
Definition EnumValue.cs:43