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

◆ s_delegateCtorSignature

readonly Type [] System.Linq.Expressions.Compiler.DelegateHelpers.s_delegateCtorSignature
staticprivate
Initial value:
= new Type[2]
{
typeof(object),
typeof(IntPtr)
}

Definition at line 20 of file DelegateHelpers.cs.

21 {
22 typeof(object),
23 typeof(IntPtr)
24 };

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