CodeMemberMethod::ReturnTypeCustomAttributes Property
.NET Framework (current version)
Gets the custom attributes of the return type of the method.
Assembly: System (in System.dll)
public: property CodeAttributeDeclarationCollection^ ReturnTypeCustomAttributes { CodeAttributeDeclarationCollection^ get(); }
Property Value
Type: System.CodeDom::CodeAttributeDeclarationCollection^A CodeAttributeDeclarationCollection that indicates the custom attributes.
.NET Framework
Available since 1.1
Available since 1.1
Show: