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

◆ CreateDelegate() [1/3]

override Delegate System.Reflection.RuntimeMethodInfo.CreateDelegate ( Type delegateType)
inlinevirtual

Reimplemented from System.Reflection.MethodInfo.

Definition at line 517 of file RuntimeMethodInfo.cs.

518 {
520 }
Delegate CreateDelegateInternal(Type delegateType, object firstArgument, DelegateBindingFlags bindingFlags)

References System.Reflection.RuntimeMethodInfo.CreateDelegateInternal().