MethodInfo::ReturnTypeCustomAttributes Property

 

Gets the custom attributes for the return type.

Namespace:   System.Reflection
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.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: