Click or drag to resize
ExpressionStatement Constructor
Initializes a new instance of the ExpressionStatement 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 ExpressionStatement(
	Expression expression
)

Parameters

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

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

See Also