Click or drag to resize

AliasGetConstructors Method

Get all non-static constructors of the aliased 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

Implements

ITypeDeclGetConstructors(Boolean)
See Also