C# Class SonarLint.VisualStudio.Integration.UnitTests.ConfigurableSolutionRuleStore

Inheritance: ISolutionRuleStore
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Méthodes publiques

Méthode Description
RegisterRuleSetPath ( Language language, string path ) : void

Private Methods

Méthode Description
ISolutionRuleStore ( Language language ) : RuleSetInformation
ISolutionRuleStore ( RuleSet>.IDictionary ruleSets ) : void

Method Details

RegisterRuleSetPath() public méthode

public RegisterRuleSetPath ( Language language, string path ) : void
language Language
path string
Résultat void