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
◆
AddingNew
AddingNewEventHandler
System.ComponentModel.BindingList
<
T
>.AddingNew
add
remove
Definition at line
46
of file
BindingList.cs
.
47
{
48
add
49
{
50
Delegate
@
delegate
;
51
if
(@
delegate
!=
null
)
52
{
53
throw
new
InvalidCastException
();
54
}
55
}
56
remove
57
{
58
Delegate
@
delegate
;
59
if
(@
delegate
!=
null
)
60
{
61
throw
new
InvalidCastException
();
62
}
63
}
64
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Delegate
Definition
Delegate.cs:14
System.InvalidCastException
Definition
InvalidCastException.cs:9
System
ComponentModel
BindingList
Generated by
1.10.0