다음을 통해 공유


AnalyzerConfig.Section 클래스

정의

이름 뒤에 키-값 쌍 집합으로 구성된 editorconfig 파일의 명명된 섹션을 나타냅니다.

public sealed class AnalyzerConfig.Section
type AnalyzerConfig.Section = class
Public NotInheritable Class AnalyzerConfig.Section
상속
AnalyzerConfig.Section

생성자

AnalyzerConfig.Section(String, ImmutableDictionary<String,String>)

이름 뒤에 키-값 쌍 집합으로 구성된 editorconfig 파일의 명명된 섹션을 나타냅니다.

속성

Name

editorconfig 파일의 섹션 사양에 직접 있는 이름입니다.

NameComparer

섹션을 비교 Name하는 데 사용됩니다. 대/소문자를 구분하는 비교로 editorconfig에 의해 지정됩니다.

Properties

이 섹션의 키 및 값입니다. 모든 키는 EditorConfig 사양에 따라 소문자이며 키는 대/소문자를 구분하지 않는 방식으로 비교됩니다. 값이 나타나 ReservedValues 거나 해당 키가 있는 경우 값은 소문자입니다 ReservedKeys. 그렇지 않으면 값은 원본에 있는 리터럴 값입니다.

PropertiesKeyComparer

에서 Properties키를 비교하는 데 사용됩니다. editorconfig 사양은 유니코드 소문자 규칙에 따라 대/소문자를 구분하지 않고 비교되는 것으로 속성 키를 정의합니다.

적용 대상