Click or drag to resize

ConstructorRefFind Method (TypeDefinition, Boolean, TypeReference)

Find the constructor of the specified TypeDefinition 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(
	TypeDefinition typeDefinition,
	bool isFirstOnLine,
	params TypeReference[] parameterTypes
)

Parameters

typeDefinition
Type: Mono.CecilTypeDefinition
isFirstOnLine
Type: SystemBoolean
parameterTypes
Type: Mono.CecilTypeReference

Return Value

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