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

◆ CreateDelegate< T >() [2/2]

T System.Reflection.MethodInfo.CreateDelegate< T > ( object? target)
inlineinherited
Type Constraints
T :Delegate 

Definition at line 63 of file MethodInfo.cs.

63 : Delegate
64 {
65 return (T)CreateDelegate(typeof(T), target);
66 }
virtual Delegate CreateDelegate(Type delegateType)
Definition MethodInfo.cs:48

References System.Reflection.MethodInfo.CreateDelegate().