IPropertySymbol.TypeCustomModifiers 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.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.