Click or drag to resize

DelegateDeclGetConstructor 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#
public override ConstructorRef GetConstructor(
	params TypeRefBase[] parameterTypes
)

Parameters

parameterTypes
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: ConstructorRef

Implements

ITypeDeclGetConstructor(TypeRefBase)
See Also