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
ResourceCreatedEventArgs.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
Microsoft.Xna.Framework.Graphics
5
{
6
// Token: 0x02000389 RID: 905
7
public
sealed
class
ResourceCreatedEventArgs
:
EventArgs
8
{
9
// Token: 0x1700030A RID: 778
10
// (get) Token: 0x060017FE RID: 6142 RVA: 0x00065FB0 File Offset: 0x000641B0
11
// (set) Token: 0x060017FF RID: 6143 RVA: 0x00065FC4 File Offset: 0x000641C4
12
public
object
Resource
13
{
14
[
CompilerGenerated
]
15
get
16
{
17
return
this.<
Resource
>
k__BackingField
;
18
}
19
[
CompilerGenerated
]
20
internal
set
21
{
22
this.<
Resource
>
k__BackingField
=
value
;
23
}
24
}
25
26
// Token: 0x06001800 RID: 6144 RVA: 0x00065FD8 File Offset: 0x000641D8
27
public
ResourceCreatedEventArgs
()
28
{
29
if
(!
true
)
30
{
31
}
32
base
..ctor();
33
}
34
35
// Token: 0x04002640 RID: 9792
36
[
CompilerGenerated
]
37
private
object <Resource>
k__BackingField
;
38
}
39
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Microsoft.Xna.Framework.Graphics.ResourceCreatedEventArgs.k__BackingField
object< Resource > k__BackingField
Definition
ResourceCreatedEventArgs.cs:37
Microsoft.Xna.Framework.Graphics.ResourceCreatedEventArgs.ResourceCreatedEventArgs
ResourceCreatedEventArgs()
Definition
ResourceCreatedEventArgs.cs:27
Microsoft.Xna.Framework.Graphics.ResourceCreatedEventArgs.Resource
object Resource
Definition
ResourceCreatedEventArgs.cs:13
Microsoft.Xna.Framework.Graphics.ResourceCreatedEventArgs
Definition
ResourceCreatedEventArgs.cs:8
System.EventArgs
Definition
EventArgs.cs:8
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:4
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
Microsoft
Xna
Framework
Graphics
ResourceCreatedEventArgs.cs
Generated by
1.10.0