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.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System.Reflection
5
{
6
// Token: 0x020004CE RID: 1230
7
[
AttributeUsage
(
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Interface)]
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
{
20
[
CompilerGenerated
]
21
get
22
{
23
return
this.<
MemberName
>
k__BackingField
;
24
}
25
}
26
27
// Token: 0x04001387 RID: 4999
28
[
CompilerGenerated
]
29
private
readonly
string <MemberName>
k__BackingField
;
30
}
31
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Reflection.DefaultMemberAttribute.DefaultMemberAttribute
DefaultMemberAttribute(string memberName)
Definition
DefaultMemberAttribute.cs:11
System.Reflection.DefaultMemberAttribute.MemberName
string MemberName
Definition
DefaultMemberAttribute.cs:19
System.Reflection.DefaultMemberAttribute.k__BackingField
readonly string< MemberName > k__BackingField
Definition
DefaultMemberAttribute.cs:29
System.Reflection.DefaultMemberAttribute
Definition
DefaultMemberAttribute.cs:9
System.Reflection
Definition
AmbiguousMatchException.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
mscorlib
System
Reflection
DefaultMemberAttribute.cs
Generated by
1.10.0