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
OnValueChangedAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
NaughtyAttributes
5
{
6
// Token: 0x0200001E RID: 30
7
[
AttributeUsage
(
AttributeTargets
.Field, AllowMultiple =
true
, Inherited =
true
)]
8
public
class
OnValueChangedAttribute
:
MetaAttribute
9
{
10
// Token: 0x1700001B RID: 27
11
// (get) Token: 0x06000057 RID: 87 RVA: 0x0000280C File Offset: 0x00000A0C
12
// (set) Token: 0x06000058 RID: 88 RVA: 0x00002820 File Offset: 0x00000A20
13
public
string
CallbackName
14
{
15
[
CompilerGenerated
]
16
get
17
{
18
return
this.<
CallbackName
>
k__BackingField
;
19
}
20
[
CompilerGenerated
]
21
private
set
22
{
23
this.<
CallbackName
>
k__BackingField
=
value
;
24
}
25
}
26
27
// Token: 0x06000059 RID: 89 RVA: 0x00002834 File Offset: 0x00000A34
28
public
OnValueChangedAttribute
(
string
callbackName
)
29
{
30
this.CallbackName
=
callbackName
;
31
}
32
33
// Token: 0x0400002D RID: 45
34
[
CompilerGenerated
]
35
private
string <CallbackName>
k__BackingField
;
36
}
37
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
NaughtyAttributes.MetaAttribute
Definition
MetaAttribute.cs:8
NaughtyAttributes.OnValueChangedAttribute.CallbackName
string CallbackName
Definition
OnValueChangedAttribute.cs:14
NaughtyAttributes.OnValueChangedAttribute.k__BackingField
string< CallbackName > k__BackingField
Definition
OnValueChangedAttribute.cs:35
NaughtyAttributes.OnValueChangedAttribute.OnValueChangedAttribute
OnValueChangedAttribute(string callbackName)
Definition
OnValueChangedAttribute.cs:28
NaughtyAttributes.OnValueChangedAttribute
Definition
OnValueChangedAttribute.cs:9
NaughtyAttributes
Definition
BoxGroupAttribute.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.value
@ value
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
NaughtyAttributes.Core
NaughtyAttributes
OnValueChangedAttribute.cs
Generated by
1.10.0