Click or drag to resize

ConstructorRefFind Method (Alias, TypeRefBase)

Find the constructor of the specified type Alias 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(
	Alias typeAlias,
	params TypeRefBase[] parameterTypes
)

Parameters

typeAlias
Type: Nova.CodeDOMAlias
parameterTypes
Type: Nova.CodeDOMTypeRefBase

Return Value

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