Click or drag to resize

TypeRefGetConstructors Method (Boolean)

Get all (non-static) constructors for the referenced type.

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

Parameters

currentPartOnly (Optional)
Type: SystemBoolean

Return Value

Type: NamedObjectGroup
See Also