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

◆ CreateDelegate() [2/3]

override Delegate System.Reflection.RuntimeMethodInfo.CreateDelegate ( Type delegateType,
object target )
inline

Definition at line 522 of file RuntimeMethodInfo.cs.

523 {
524 return CreateDelegateInternal(delegateType, target, DelegateBindingFlags.RelaxedSignature);
525 }
Delegate CreateDelegateInternal(Type delegateType, object firstArgument, DelegateBindingFlags bindingFlags)

References System.Reflection.RuntimeMethodInfo.CreateDelegateInternal().