Click or drag to resize
NewInstanceExpression Constructor (ConstructorInfo, 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(
	ConstructorInfo constructor,
	params Expression[] args
)

Parameters

constructor
Type: System.ReflectionConstructorInfo

[Missing <param name="constructor"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.NewInstanceExpression.#ctor(System.Reflection.ConstructorInfo,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.Reflection.ConstructorInfo,X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.Expression[])"]

See Also