AnalyzerResult Class

Definition

Analyzer result. Contains variables and template references.

public class AnalyzerResult
type AnalyzerResult = class
Public Class AnalyzerResult
Inheritance
AnalyzerResult

Constructors

AnalyzerResult(List<String>, List<String>)

Initializes a new instance of the AnalyzerResult class.

Properties

TemplateReferences

Gets or sets template references that this template contains.

Variables

Gets or sets variables that this template contains.

Methods

Union(AnalyzerResult)

Combine two analyzer results.

Applies to