Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetMethodInfo()
static
MethodInfo
System.Reflection.RuntimeReflectionExtensions.GetMethodInfo
(
this
Delegate
del
)
inline
static
Definition at line
98
of file
RuntimeReflectionExtensions.cs
.
99
{
100
if
((
object
)
del
==
null
)
101
{
102
throw
new
ArgumentNullException(
"del"
);
103
}
104
return
del
.Method;
105
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Reflection
RuntimeReflectionExtensions
Generated by
1.10.0