AnalyzerConfigOptions Class

Definition

public abstract class AnalyzerConfigOptions
type AnalyzerConfigOptions = class
Public MustInherit Class AnalyzerConfigOptions
Inheritance
AnalyzerConfigOptions

Constructors

AnalyzerConfigOptions()

Properties

KeyComparer

Comparer that should be used for all analyzer config keys. This is a case-insensitive comparison based on Unicode case sensitivity rules for identifiers.

Keys

Enumerates unique keys of all available options in no specific order.

Methods

TryGetValue(String, String)

Get an analyzer config value for the given key, using the KeyComparer.

Applies to