Click or drag to resize

TypeRefGetMethod Method (String, TypeRefBase)

Get the method with the specified name and parameter types.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public MethodRef GetMethod(
	string name,
	params TypeRefBase[] parameterTypes
)

Parameters

name
Type: SystemString
parameterTypes
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: MethodRef
See Also