Click or drag to resize

TypeDeclGetConstructor Method

Get the non-static constructor with the specified parameters. Searches base types.

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

Parameters

parameterTypes
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: ConstructorRef

Implements

ITypeDeclGetConstructor(TypeRefBase)
See Also