Gets all the attributes of the specified type

C# | Visual Basic | Visual C++ |
public static bool HasMemberAttributes<T>( MemberInfo memberInfo, bool inherit = true )
Public Shared Function HasMemberAttributes(Of T) ( _ memberInfo As MemberInfo, _ Optional inherit As Boolean = True _ ) As Boolean
public: generic<typename T> static bool HasMemberAttributes( MemberInfo^ memberInfo, bool inherit = true )

- T

- memberInfo (MemberInfo)
- inherit (Boolean) (Optional)
