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. This API is for internal use only.
public:
System::Linq::Expressions::Expression ^ GetArgument(int index);
public System.Linq.Expressions.Expression GetArgument (int index);
abstract member GetArgument : int -> System.Linq.Expressions.Expression
Public Function GetArgument (index As Integer) As Expression
Parameters
- index
- Int32
The index of the argument.
Returns
The argument at index.
Remarks
You should not use this API. It is only public due to assembly refactoring, and it is used internally for performance optimizations.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.