IMethodSymbol.RefCustomModifiers Property

Definition

Custom modifiers associated with the ref modifier, or an empty array if there are none.

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)

Property Value

Applies to