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

Defines the StatementDescriptor class.
Показать файл Открыть проект

Private Properties

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

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

Метод Описание
StatementDescriptor ( AutoTemplateScope scope ) : System

Initializes a new instance of the StatementDescriptor class.

StatementDescriptor ( AutoTemplateScope scope, string template, string>.Dictionary templateVariables ) : System

Initializes a new instance of the StatementDescriptor class.

Write ( [ output ) : void

Writes the specified output.

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

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

Initializes a new instance of the StatementDescriptor class.
public StatementDescriptor ( AutoTemplateScope scope ) : System
scope AutoTemplateScope The scope.
Результат System

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

Initializes a new instance of the StatementDescriptor class.
public StatementDescriptor ( AutoTemplateScope scope, string template, string>.Dictionary templateVariables ) : System
scope AutoTemplateScope The scope.
template string The template.
templateVariables string>.Dictionary The template variables.
Результат System

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

Writes the specified output.
public Write ( [ output ) : void
output [ The output.
Результат void