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
◆
ThrowOnInvalidArg< T >()
static
void
UnityEngine.Events.BaseInvokableCall.ThrowOnInvalidArg<
T
>
(
object
arg
)
inline
static
protected
inherited
Definition at line
32
of file
BaseInvokableCall.cs
.
33
{
34
if
(
arg
==
null
||
arg
!=
null
)
35
{
36
return
;
37
}
38
throw
new
ArrayTypeMismatchException
();
39
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
References
j__TPar
.
UnityEngine
Events
InvokableCall
Generated by
1.10.0