Returns an object that represents the custom attributes for the return type.
[Visual Basic] MustOverride Public ReadOnly Property ReturnTypeCustomAttributes As _ ICustomAttributeProvider [C#] public ICustomAttributeProvider ReturnTypeCustomAttributes {abstract get;} [C++] public: __property virtual ICustomAttributeProvider* get_ReturnTypeCustomAttributes() = 0; [JScript] public abstract function get ReturnTypeCustomAttributes() : ICustomAttributeProvider;
MethodInfo Class | MethodInfo Members | System.Reflection Namespace