Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DynamicExpressionN.cs
Go to the documentation of this file.
5
7
static ReadOnlyCollection< ParameterExpression > ReturnReadOnly(IParameterProvider provider, ref object collection)
override ReadOnlyCollection< Expression > GetOrMakeArguments()
DynamicExpressionN(Type delegateType, CallSiteBinder binder, IReadOnlyList< Expression > arguments)
override bool SameArguments(ICollection< Expression > arguments)
override DynamicExpression Rewrite(Expression[] args)
static DynamicExpression MakeDynamic(Type delegateType, CallSiteBinder binder, params Expression[] arguments)