共用方式為


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)

傳回

適用於