IPointerTypeSymbol.CustomModifiers Property

Definition

Custom modifiers associated with the pointer type, or an empty array if there are none.

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

Property Value

Remarks

Some managed languages may represent special information about the pointer type as a custom modifier on either the pointer type or the element type, or both.

Applies to