次の方法で共有


IMethodSymbol.GetReturnTypeAttributes メソッド

定義

戻り値に関連付けられているカスタム属性の一覧 (存在する場合) を返します。

public:
 System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::AttributeData ^> GetReturnTypeAttributes();
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.AttributeData> GetReturnTypeAttributes ();
abstract member GetReturnTypeAttributes : unit -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.AttributeData>
Public Function GetReturnTypeAttributes () As ImmutableArray(Of AttributeData)

戻り値

適用対象