Gets all the method attributes of the specified type

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

- T

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