CodeMethodReturnStatement Constructor (CodeExpression^)

 

Initializes a new instance of the CodeMethodReturnStatement class using the specified expression.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
CodeMethodReturnStatement(
	CodeExpression^ expression
)

Parameters

expression
Type: System.CodeDom::CodeExpression^

A CodeExpression that indicates the return value.

.NET Framework
Available since 1.1
Return to top
Show: