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
EnumMemberAttribute.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000004 RID: 4
6 [AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
7 public sealed class EnumMemberAttribute : Attribute
8 {
9 // Token: 0x17000006 RID: 6
10 // (get) Token: 0x06000008 RID: 8 RVA: 0x000020E4 File Offset: 0x000002E4
11 public string Value
12 {
13 get
14 {
15 return this.value;
16 }
17 }
18
19 // Token: 0x04000006 RID: 6
20 private string value;
21 }
22}
class f__AnonymousType0<< Count > j__TPar