IPropertySymbol.TypeCustomModifiers Property

Definition

The list of custom modifiers, if any, associated with the type of the property.

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

Property Value

Applies to