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

◆ CreateDelegateInternal()

static Delegate System.Delegate.CreateDelegateInternal ( RuntimeType rtType,
RuntimeMethodInfo rtMethod,
object firstArgument,
DelegateBindingFlags flags )
inlinestaticpackageinherited

Definition at line 314 of file Delegate.cs.

315 {
317 if (@delegate.BindToMethodInfo(firstArgument, rtMethod, rtMethod.GetDeclaringTypeInternal(), flags))
318 {
319 return @delegate;
320 }
321 return null;
322 }
static MulticastDelegate InternalAlloc(RuntimeType type)

References System.Runtime.Serialization.Dictionary, and System.Delegate.InternalAlloc().

Referenced by System.Delegate.CreateDelegate(), System.Delegate.CreateDelegate(), and System.Reflection.RuntimeMethodInfo.CreateDelegateInternal().