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

適用対象