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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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