Search Results for

    Show / Hide Table of Contents

    Class RuleSetInclude

    Inheritance
    object
    RuleSetInclude
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public class RuleSetInclude

    Constructors

    RuleSetInclude(string, ReportDiagnostic)

    Declaration
    public RuleSetInclude(string includePath, ReportDiagnostic action)
    Parameters
    Type Name Description
    string includePath
    ReportDiagnostic action

    Properties

    Action

    Declaration
    public ReportDiagnostic Action { get; }
    Property Value
    Type Description
    ReportDiagnostic

    IncludePath

    Declaration
    public string IncludePath { get; }
    Property Value
    Type Description
    string

    Methods

    LoadRuleSet(RuleSet)

    Declaration
    public RuleSet? LoadRuleSet(RuleSet parent)
    Parameters
    Type Name Description
    RuleSet parent
    Returns
    Type Description
    RuleSet
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0