NewObject Constructor (ConstructorDecl, Expression) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax 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