IPointerTypeSymbol.CustomModifiers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.