IParameterSymbol.RefCustomModifiers プロパティ

定義

ref 修飾子に関連付けられているカスタム修飾子。存在しない場合は空の配列。

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::CustomModifier ^> RefCustomModifiers { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::CustomModifier ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CustomModifier> RefCustomModifiers { get; }
member this.RefCustomModifiers : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CustomModifier>
Public ReadOnly Property RefCustomModifiers As ImmutableArray(Of CustomModifier)

プロパティ値

適用対象