Click or drag to resize

TypeRefFindExtensionMethod Method

Find all extension method objects with the given name on the referenced type object.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Object FindExtensionMethod(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Object
See Also