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

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

Type Constraints
T :Delegate 

Definition at line 58 of file MethodInfo.cs.

58 : Delegate
59 {
60 return (T)CreateDelegate(typeof(T));
61 }
virtual Delegate CreateDelegate(Type delegateType)
Definition MethodInfo.cs:48

References System.Reflection.MethodInfo.CreateDelegate().