Click or drag to resize

ITypeDeclGetConstructors Method

Get all non-static constructors for this type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
NamedObjectGroup GetConstructors(
	bool currentPartOnly = false
)

Parameters

currentPartOnly (Optional)
Type: SystemBoolean

Return Value

Type: NamedObjectGroup
See Also