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

◆ GetArgument()

override Expression System.Linq.Expressions.InvocationExpression0.GetArgument ( int index)
inlinevirtual

Reimplemented from System.Linq.Expressions.InvocationExpression.

Definition at line 20 of file InvocationExpression0.cs.

21 {
22 throw new ArgumentOutOfRangeException("index");
23 }