C# Класс PredictiveCodeSuggestions.AutoTemplates.Templates.IfTemplate

Defines the IfTemplate class.
Наследование: StatementTemplate
Показать файл Открыть проект

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

Метод Описание
CanHandle ( IStatement statement ) : bool

Determines whether this instance can handle the specified statement.

Handle ( IStatement statement, AutoTemplateScope scope ) : StatementDescriptor

Handles the specified statement.

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

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

Determines whether this instance can handle the specified statement.
public CanHandle ( IStatement statement ) : bool
statement IStatement The statement.
Результат bool

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

Handles the specified statement.
public Handle ( IStatement statement, AutoTemplateScope scope ) : StatementDescriptor
statement IStatement The statement.
scope AutoTemplateScope The scope.
Результат StatementDescriptor