Click or drag to resize

AliasGetConstructor Method

Get the non-static constructor of the aliased type with the specified parameters.

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

Implements

ITypeDeclGetConstructor(TypeRefBase)
See Also