IFieldSymbol.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.
Returns custom modifiers associated with the field, 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)