Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetMethodImpl()
[1/4]
override
MethodInfo
System.RuntimeType.GetMethodImpl
(
string
name
,
BindingFlags
bindingAttr
,
Binder
binder
,
CallingConventions
callConv
,
Type
[]
types
,
ParameterModifier
[]
modifiers
)
inline
protected
Definition at line
2365
of file
RuntimeType.cs
.
2366
{
2367
return
GetMethodImplCommon
(name, -1,
bindingAttr
,
binder
,
callConv
,
types
,
modifiers
);
2368
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.RuntimeType.GetMethodImplCommon
MethodInfo GetMethodImplCommon(string name, int genericParameterCount, BindingFlags bindingAttr, Binder binder, CallingConventions callConv, Type[] types, ParameterModifier[] modifiers)
Definition
RuntimeType.cs:2376
References
System.RuntimeType.GetMethodImplCommon()
.
System
RuntimeType
Generated by
1.10.0