Class RuleSetInclude
Inheritance
RuleSetInclude
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public class RuleSetInclude
Constructors
RuleSetInclude(string, ReportDiagnostic)
Declaration
public RuleSetInclude(string includePath, ReportDiagnostic action)
Parameters
Properties
Action
Declaration
public ReportDiagnostic Action { get; }
Property Value
IncludePath
Declaration
public string IncludePath { get; }
Property Value
Methods
LoadRuleSet(RuleSet)
Declaration
public RuleSet? LoadRuleSet(RuleSet parent)
Parameters
| Type |
Name |
Description |
| RuleSet |
parent |
|
Returns