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 public NamedObjectGroup GetConstructors(
bool currentPartOnly = false
)
Parameters
- currentPartOnly (Optional)
- Type: SystemBoolean
Return Value
Type:
NamedObjectGroupSee Also