C# Class 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.
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
RuleSetInformation ( System.Language language, RuleSet ruleSet ) : Microsoft.VisualStudio.CodeAnalysis.RuleSets

Method Details

RuleSetInformation() public méthode

public RuleSetInformation ( System.Language language, RuleSet ruleSet ) : Microsoft.VisualStudio.CodeAnalysis.RuleSets
language System.Language
ruleSet RuleSet
Résultat Microsoft.VisualStudio.CodeAnalysis.RuleSets