eDriven Framework API
GetMethodAttributes<(Of <(<'T>)>)> Method (methodInfo, inherit)
NamespaceseDriven.Core.ReflectionCoreReflectorGetMethodAttributes<(Of <<'(T>)>>)(MethodInfo, Boolean)
eDriven Framework API
Gets all the method attributes of the specified type
Declaration Syntax
C#Visual BasicVisual C++
public static List<T> GetMethodAttributes<T>(
	MethodInfo methodInfo,
	bool inherit = true
)
Public Shared Function GetMethodAttributes(Of T) ( _
	methodInfo As MethodInfo, _
	Optional inherit As Boolean = True _
) As List(Of T)
public:
generic<typename T>
static List<T>^ GetMethodAttributes(
	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)