CodeMemberMethod.ReturnTypeCustomAttributes Property

Definition

Gets the custom attributes of the return type of the method.

public:
 property System::CodeDom::CodeAttributeDeclarationCollection ^ ReturnTypeCustomAttributes { System::CodeDom::CodeAttributeDeclarationCollection ^ get(); };
public System.CodeDom.CodeAttributeDeclarationCollection ReturnTypeCustomAttributes { get; }
member this.ReturnTypeCustomAttributes : System.CodeDom.CodeAttributeDeclarationCollection
Public ReadOnly Property ReturnTypeCustomAttributes As CodeAttributeDeclarationCollection

Property Value

A CodeAttributeDeclarationCollection that indicates the custom attributes.

Applies to