Click or drag to resize

NamespaceFindExtensionMethod Method

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

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

Parameters

type
Type: SystemObject
name
Type: SystemString

Return Value

Type: Object
See Also