RuleSet.Includes Property

Definition

List of rulesets included by this ruleset.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::RuleSetInclude ^> Includes { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::RuleSetInclude ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.RuleSetInclude> Includes { get; }
member this.Includes : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.RuleSetInclude>
Public ReadOnly Property Includes As ImmutableArray(Of RuleSetInclude)

Property Value

Applies to