eDriven Framework API
HasMethodAttributes<(Of <(<'T>)>)> Method (methodInfo, inherit)
NamespaceseDriven.Core.ReflectionCoreReflectorHasMethodAttributes<(Of <<'(T>)>>)(MethodInfo, Boolean)
eDriven Framework API
Gets all the attributes of the specified type
Declaration Syntax
C#Visual BasicVisual C++
public static bool HasMethodAttributes<T>(
	MethodInfo methodInfo,
	bool inherit = true
)
Public Shared Function HasMethodAttributes(Of T) ( _
	methodInfo As MethodInfo, _
	Optional inherit As Boolean = True _
) As Boolean
public:
generic<typename T>
static bool HasMethodAttributes(
	MethodInfo^ methodInfo, 
	bool inherit = true
)
Generic Template Parameters
T
Parameters
methodInfo (MethodInfo)
inherit (Boolean) (Optional)
Return Value

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)