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
DefaultMemberAttribute.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Reflection
5{
6 // Token: 0x020004CE RID: 1230
8 public sealed class DefaultMemberAttribute : Attribute
9 {
10 // Token: 0x0600237E RID: 9086 RVA: 0x000504C0 File Offset: 0x0004E6C0
11 public DefaultMemberAttribute(string memberName)
12 {
13 this.MemberName = memberName;
14 }
15
16 // Token: 0x1700049A RID: 1178
17 // (get) Token: 0x0600237F RID: 9087 RVA: 0x000504DC File Offset: 0x0004E6DC
18 public string MemberName
19 {
21 get
22 {
23 return this.<MemberName>k__BackingField;
24 }
25 }
26
27 // Token: 0x04001387 RID: 4999
29 private readonly string <MemberName>k__BackingField;
30 }
31}
class f__AnonymousType0<< Count > j__TPar
readonly string< MemberName > k__BackingField