Click or drag to resize

MethodRefFind Method (TypeDecl, String, TypeRefBase)

Find a method on the specified TypeDecl 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(
	TypeDecl typeDecl,
	string name,
	params TypeRefBase[] parameterTypes
)

Parameters

typeDecl
Type: Nova.CodeDOMTypeDecl
name
Type: SystemString
parameterTypes
Type: Nova.CodeDOMTypeRefBase

Return Value

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