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
◆
FirstChanceException
EventHandler
<
FirstChanceExceptionEventArgs
> System.AppDomain.FirstChanceException
add
remove
Definition at line
394
of file
AppDomain.cs
.
395
{
396
[
CompilerGenerated
]
397
add
398
{
399
Delegate
@
delegate
=
Delegate
.
Combine
(this.
FirstChanceException
,
value
);
400
if
(@delegate !=
null
&& @
delegate
==
null
)
401
{
402
return
;
403
}
404
}
405
[
CompilerGenerated
]
406
remove
407
{
408
Delegate
@
delegate
=
Delegate
.
Remove
(this.
FirstChanceException
,
value
);
409
if
(@delegate !=
null
&& @
delegate
==
null
)
410
{
411
return
;
412
}
413
}
414
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.AppDomain.FirstChanceException
EventHandler< FirstChanceExceptionEventArgs > FirstChanceException
Definition
AppDomain.cs:395
System.Delegate.Combine
static Delegate Combine(Delegate a, Delegate b)
Definition
Delegate.cs:255
System.Delegate.Remove
static Delegate Remove(Delegate source, Delegate value)
Definition
Delegate.cs:278
System.Delegate
Definition
Delegate.cs:14
System.ExceptionArgument.value
@ value
System
AppDomain
Generated by
1.10.0