Click or drag to resize
NewInstanceExpression Constructor (Type, Type, Expression)
Initializes a new instance of the NewInstanceExpression 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 NewInstanceExpression(
	Type target,
	Type[] constructor_args,
	params Expression[] args
)

Parameters

target
Type: SystemType

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

constructor_args
Type: SystemType

[Missing <param name="constructor_args"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.NewInstanceExpression.#ctor(System.Type,System.Type[],X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.Expression[])"]

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

[Missing <param name="args"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.NewInstanceExpression.#ctor(System.Type,System.Type[],X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.Expression[])"]

See Also