Gets all the attributes of the specified type

C# | Visual Basic | Visual 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 )

- T

- methodInfo (MethodInfo)
- inherit (Boolean) (Optional)
