AnalyzerConfig.ReservedKeys Property

Definition

A set of keys that are reserved for special interpretation for the editorconfig specification. All values corresponding to reserved keys in a (key,value) property pair are always lowercased during parsing.

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

Property Value

Remarks

This list was retrieved from https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties at 2018-04-21 19:37:05Z. New keys may be added to this list in newer versions, but old ones will not be removed.

Applies to