Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
InvocationExpressionN.cs
Go to the documentation of this file.
4
6
static ReadOnlyCollection< ParameterExpression > ReturnReadOnly(IParameterProvider provider, ref object collection)
static InvocationExpression Invoke(Expression expression)
override ReadOnlyCollection< Expression > GetOrMakeArguments()
override InvocationExpression Rewrite(Expression lambda, Expression[] arguments)
InvocationExpressionN(Expression lambda, IReadOnlyList< Expression > arguments, Type returnType)