Share via


AnalyzerOptions Class

Definition

Options for analyzing LG templates.

public class AnalyzerOptions
type AnalyzerOptions = class
Public Class AnalyzerOptions
Inheritance
AnalyzerOptions

Constructors

AnalyzerOptions()

Initializes a new instance of the AnalyzerOptions class.

AnalyzerOptions(AnalyzerOptions)

Initializes a new instance of the AnalyzerOptions class.

AnalyzerOptions(IList<String>)

Initializes a new instance of the AnalyzerOptions class.

Properties

ThrowOnRecursive

Gets or sets a value determining if recursive calls throw an exception.

Methods

Merge(AnalyzerOptions)

Merge a incoming option to current option. If a property in incoming option is not null while it is null in current option, then the value of this property will be overwritten.

Applies to