CodeMethodInvokeExpression::Parameters Property

 

Gets the parameters to invoke the method with.

Namespace:   System.CodeDom
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
Return to top
Show: