Click or drag to resize

ClassDeclCheckRemoveGeneratedDefaultConstructor Method

Check if we need to remove a compiler-generated default constructor when adding a constructor.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected void CheckRemoveGeneratedDefaultConstructor(
	ConstructorDecl constructorDecl
)

Parameters

constructorDecl
Type: Nova.CodeDOMConstructorDecl
See Also