Click or drag to resize
ReturnStatement Constructor (Expression)
Initializes a new instance of the ReturnStatement class

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public ReturnStatement(
	Expression expression
)

Parameters

expression
Type: X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTExpression

[Missing <param name="expression"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.ReturnStatement.#ctor(X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.Expression)"]

See Also