CodeMemberMethod.ReturnTypeCustomAttributes Свойство

Определение

Получает пользовательские атрибуты возвращенного типа метода.

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

Значение свойства

CodeAttributeDeclarationCollection, указывающий пользовательские атрибуты.

Применяется к