Click or drag to resize

ConstructorRefFind Method (Type, Type)

Find the constructor of the specified Type with the specified signature.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static TypeRefBase Find(
	Type type,
	params Type[] parameterTypes
)

Parameters

type
Type: SystemType
parameterTypes
Type: SystemType

Return Value

Type: TypeRefBase
A ConstructorRef to the constructor, or an UnresolvedRef if no match was found.
See Also