Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ FilterApplyConstructorInfo()

static bool System.RuntimeType.FilterApplyConstructorInfo ( RuntimeConstructorInfo constructor,
BindingFlags bindingFlags,
CallingConventions callConv,
Type[] argumentTypes )
inlinestaticprivate

Definition at line 2004 of file RuntimeType.cs.

2005 {
2007 }
static bool FilterApplyMethodBase(MethodBase methodBase, BindingFlags methodFlags, BindingFlags bindingFlags, CallingConventions callConv, Type[] argumentTypes)

References System.RuntimeType.FilterApplyMethodBase().

Referenced by System.RuntimeType.CreateInstanceImpl(), and System.RuntimeType.GetConstructorCandidates().