다음을 통해 공유


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)

반환

적용 대상