Share via


IFieldSymbol.RefCustomModifiers Property

Definition

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

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