C# 클래스 SonarLint.VisualStudio.Integration.Binding.RuleSetInformation

Data class that exposes simple data that can be accessed from any thread. The class itself is not thread safe and assumes only one thread accessing it at any given time.
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
RuleSetInformation ( System.Language language, RuleSet ruleSet ) : Microsoft.VisualStudio.CodeAnalysis.RuleSets

메소드 상세

RuleSetInformation() 공개 메소드

public RuleSetInformation ( System.Language language, RuleSet ruleSet ) : Microsoft.VisualStudio.CodeAnalysis.RuleSets
language System.Language
ruleSet RuleSet
리턴 Microsoft.VisualStudio.CodeAnalysis.RuleSets