Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TypedDynamicExpression3.cs
Go to the documentation of this file.
2
4
6{
7 public sealed override Type Type { get; }
8
9 internal TypedDynamicExpression3(Type retType, Type delegateType, CallSiteBinder binder, Expression arg0, Expression arg1, Expression arg2)
10 : base(delegateType, binder, arg0, arg1, arg2)
11 {
12 Type = retType;
13 }
14}
TypedDynamicExpression3(Type retType, Type delegateType, CallSiteBinder binder, Expression arg0, Expression arg1, Expression arg2)