AnalyzerConfig.ReservedValues Property

Definition

A set of values that are reserved for special use for the editorconfig specification and will always be lower-cased by the parser.

public static System.Collections.Immutable.ImmutableHashSet<string> ReservedValues { get; }
static member ReservedValues : System.Collections.Immutable.ImmutableHashSet<string>
Public Shared ReadOnly Property ReservedValues As ImmutableHashSet(Of String)

Property Value

Applies to