CodeMemberMethod::ReturnTypeCustomAttributes Property

 

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

Namespace:   System.CodeDom
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
Return to top
Show: