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
PropertyChangingEventArgs.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
using
Newtonsoft.Json.Shims
;
4
5
namespace
System.ComponentModel
6
{
7
// Token: 0x02000009 RID: 9
8
[
Preserve
]
9
public
class
PropertyChangingEventArgs
:
EventArgs
10
{
11
// Token: 0x06000026 RID: 38 RVA: 0x0000240C File Offset: 0x0000060C
12
public
PropertyChangingEventArgs
(
string
propertyName
)
13
{
14
if
(!
true
)
15
{
16
}
17
base
..ctor();
18
}
19
20
// Token: 0x17000007 RID: 7
21
// (get) Token: 0x06000027 RID: 39 RVA: 0x00002424 File Offset: 0x00000624
22
// (set) Token: 0x06000028 RID: 40 RVA: 0x00002438 File Offset: 0x00000638
23
public
virtual
string
PropertyName
24
{
25
[
CompilerGenerated
]
26
get
27
{
28
return
this.<
PropertyName
>
k__BackingField
;
29
}
30
[
CompilerGenerated
]
31
set
32
{
33
this.<
PropertyName
>
k__BackingField
=
value
;
34
}
35
}
36
37
// Token: 0x0400000D RID: 13
38
[
CompilerGenerated
]
39
private
string <PropertyName>
k__BackingField
;
40
}
41
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ComponentModel.PropertyChangingEventArgs.PropertyChangingEventArgs
PropertyChangingEventArgs(string propertyName)
Definition
PropertyChangingEventArgs.cs:12
System.ComponentModel.PropertyChangingEventArgs.k__BackingField
string< PropertyName > k__BackingField
Definition
PropertyChangingEventArgs.cs:39
System.ComponentModel.PropertyChangingEventArgs.PropertyName
virtual string PropertyName
Definition
PropertyChangingEventArgs.cs:24
System.ComponentModel.PropertyChangingEventArgs
Definition
PropertyChangingEventArgs.cs:10
System.EventArgs
Definition
EventArgs.cs:8
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
System
ComponentModel
PropertyChangingEventArgs.cs
Generated by
1.10.0