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

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

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

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

Determines whether this instance can handle the specified statement.

Handle ( [ statement, [ scope ) : StatementDescriptor

Handles the specified statement.

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

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

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

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

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