Search Results for

    Show / Hide Table of Contents

    Class AnalyzerConfigOptions

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

    Constructors

    AnalyzerConfigOptions()

    Declaration
    protected AnalyzerConfigOptions()

    Properties

    KeyComparer

    Declaration
    public static StringComparer KeyComparer { get; }
    Property Value
    Type Description
    StringComparer

    Keys

    Declaration
    public virtual IEnumerable<string> Keys { get; }
    Property Value
    Type Description
    IEnumerable<string>

    Methods

    TryGetValue(string, out string?)

    Declaration
    public abstract bool TryGetValue(string key, out string? value)
    Parameters
    Type Name Description
    string key
    string value
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0