The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Expression::Parameter Method
.NET Framework (current version)
Creates a ParameterExpression node that can be used to identify a parameter or a variable in an expression tree.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Parameter(Type^) | Creates a ParameterExpression node that can be used to identify a parameter or a variable in an expression tree. |
![]() ![]() | Parameter(Type^, String^) | Creates a ParameterExpression node that can be used to identify a parameter or a variable in an expression tree. |
Show:

