The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MethodInfo::ReturnTypeCustomAttributes Property
.NET Framework (current version)
Gets the custom attributes for the return type.
Assembly: mscorlib (in mscorlib.dll)
public: property ICustomAttributeProvider^ ReturnTypeCustomAttributes { virtual ICustomAttributeProvider^ get() abstract; }
Property Value
Type: System.Reflection::ICustomAttributeProvider^An ICustomAttributeProvider object representing the custom attributes for the return type.
Implements
_MethodInfo::ReturnTypeCustomAttributes
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: