IMethodSymbol.GetReturnTypeAttributes Method

Definition

Returns the list of custom attributes, if any, associated with the returned value.

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)

Returns

Applies to