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

◆ DefineDelegateType()

static TypeBuilder System.Linq.Expressions.Compiler.AssemblyGen.DefineDelegateType ( string name)
inlinestaticpackage

Definition at line 56 of file AssemblyGen.cs.

57 {
58 return Assembly.DefineType(name, typeof(MulticastDelegate), TypeAttributes.Public | TypeAttributes.Sealed | TypeAttributes.AutoClass);
59 }

Referenced by System.Linq.Expressions.Compiler.DelegateHelpers.MakeNewCustomDelegate().