AnalyzerResult Class

Definition

Analyzer result. Contains variables and template references.

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

Constructors

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

Initializes a new instance of the AnalyzerResult class.

Properties

Name Description
TemplateReferences

Gets or sets template references that this template contains.

Variables

Gets or sets variables that this template contains.

Methods

Name Description
Union(AnalyzerResult)

Combine two analyzer results.

Applies to