Click or drag to resize

TypeRefGetConstructor Method

Get the non-static constructor for the referenced type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ConstructorRef GetConstructor(
	params TypeRefBase[] parameterTypes
)

Parameters

parameterTypes
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: ConstructorRef
See Also