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

Parameters

target
Type: X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTReference

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

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

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

See Also