Click or drag to resize

NewObject Constructor (ConstructorDecl, Expression)

Create a NewObject.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public NewObject(
	ConstructorDecl constructorDecl,
	params Expression[] parameters
)

Parameters

constructorDecl
Type: Nova.CodeDOMConstructorDecl
The ConstructorDecl of the object being created.
parameters
Type: Nova.CodeDOMExpression
The constructor parameters (if any).
See Also