|
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
)
Public Shared Function HasMethod(Of T) (
methodName As String
) As Boolean
Request Example
View SourceParameters
- methodName
- Type: SystemString
Type Parameters
- T
Return Value
Type:
BooleanSee Also