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.
Datei anzeigen Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

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

Method Details

RuleSetInformation() public method

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