C# Класс PredictiveCodeSuggestions.AutoTemplates.AutoTemplateAnalyzer

The auto template analyzer.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Process void
Process void
Process void
Process void
ProcessTreeNode void

Открытые методы

Метод Описание
Add ( [ statementDescriptor ) : void

Makes the candidate.

AutoTemplateAnalyzer ( [ solution ) : System

Initializes a new instance of the AutoTemplateAnalyzer class.

Process ( ProgressIndicator progressIndicator, IEnumerable fileNames ) : void

Runs this instance.

Приватные методы

Метод Описание
Process ( [ project ) : void

Processes the specified project.

Process ( [ project, [ file ) : void

Processes the specified file.

Process ( string fileName ) : void

Processes the specified file name.

Process ( string fileName, IEnumerable fileNames ) : void

Processes the specified file names.

ProcessTreeNode ( [ treeNode ) : void

Processes the tree node.

Описание методов

Add() публичный Метод

Makes the candidate.
statementDescriptor
public Add ( [ statementDescriptor ) : void
statementDescriptor [ The template.
Результат void

AutoTemplateAnalyzer() публичный Метод

Initializes a new instance of the AutoTemplateAnalyzer class.
Solution is null.
public AutoTemplateAnalyzer ( [ solution ) : System
solution [ The solution.
Результат System

Process() публичный Метод

Runs this instance.
public Process ( ProgressIndicator progressIndicator, IEnumerable fileNames ) : void
progressIndicator PredictiveCodeSuggestions.ProgressIndicators.ProgressIndicator The progress Indicator.
fileNames IEnumerable The file Names.
Результат void