Class AnalyzerConfigOptions
Inheritance
AnalyzerConfigOptions
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public abstract class AnalyzerConfigOptions
Constructors
AnalyzerConfigOptions()
Declaration
protected AnalyzerConfigOptions()
Properties
KeyComparer
Declaration
public static StringComparer KeyComparer { get; }
Property Value
Keys
Declaration
public virtual IEnumerable<string> Keys { get; }
Property Value
Methods
TryGetValue(string, out string?)
Declaration
public abstract bool TryGetValue(string key, out string? value)
Parameters
Returns