Click or drag to resize

ConstructorInitializer Constructor (ConstructorDecl, Expression)

Initializes a new instance of the ConstructorInitializer class

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

Parameters

constructorDecl
Type: Nova.CodeDOMConstructorDecl
parameters
Type: Nova.CodeDOMExpression
See Also