Click or drag to resize

Alias.GetMethod Method

Get the method of the aliased type 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: System.String
parameterTypes
Type:Nova.CodeDOM.TypeRefBase[]

Return Value

Type: MethodRef

Implements

ITypeDecl.GetMethod(String,TypeRefBase[])
See Also