Click or drag to resize

ITypeDeclGetConstructor Method

Get the non-static constructor with the specified parameters.

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

Parameters

parameterTypes
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: ConstructorRef
See Also