C# 클래스 SonarLint.VisualStudio.Integration.ProfileConflicts.FixedRuleSetInfo

Data-only class that references the fixed RuleSet and has the list of fixes applied to get it into that state
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
FixedRuleSetInfo ( RuleSet ruleSet, IEnumerable includesReset, IEnumerable rulesDeleted ) : Microsoft.VisualStudio.CodeAnalysis.RuleSets

메소드 상세

FixedRuleSetInfo() 공개 메소드

public FixedRuleSetInfo ( RuleSet ruleSet, IEnumerable includesReset, IEnumerable rulesDeleted ) : Microsoft.VisualStudio.CodeAnalysis.RuleSets
ruleSet RuleSet
includesReset IEnumerable
rulesDeleted IEnumerable
리턴 Microsoft.VisualStudio.CodeAnalysis.RuleSets