Click or drag to resize
Accord.NET (logo)

ExtensionMethodsHasMethodT Method (String)

Checks whether a type implements a method with the given name.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static bool HasMethod<T>(
	string methodName
)
Request Example View Source

Parameters

methodName
Type: SystemString

Type Parameters

T

Return Value

Type: Boolean
See Also