CodeMethodInvokeExpression::Parameters Property
.NET Framework (current version)
Gets the parameters to invoke the method with.
Assembly: System (in System.dll)
public: property CodeExpressionCollection^ Parameters { CodeExpressionCollection^ get(); }
Property Value
Type: System.CodeDom::CodeExpressionCollection^A CodeExpressionCollection that indicates the parameters to invoke the method with.
Use a CodeDirectionExpression to specify a field direction for the parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: