IndexExpression.IArgumentProvider.GetArgument(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the argument at index, throwing if index is out of bounds. You should not use this member. It is only public due to assembly refactoring, and it is used internally for performance optimizations.
virtual System::Linq::Expressions::Expression ^ System.Linq.Expressions.IArgumentProvider.GetArgument(int index) = System::Linq::Expressions::IArgumentProvider::GetArgument;
System.Linq.Expressions.Expression IArgumentProvider.GetArgument (int index);
abstract member System.Linq.Expressions.IArgumentProvider.GetArgument : int -> System.Linq.Expressions.Expression
override this.System.Linq.Expressions.IArgumentProvider.GetArgument : int -> System.Linq.Expressions.Expression
Function GetArgument (index As Integer) As Expression Implements IArgumentProvider.GetArgument
Parameters
- index
- Int32
The index of the argument.
Returns
Returns Expression.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.