C# Class PredictiveCodeSuggestions.AutoTemplates.Templates.WhileTemplate

Defines the WhileTemplate class.
Inheritance: StatementTemplate
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Public Methods

Method Description
CanHandle ( IStatement statement ) : bool

Determines whether this instance can handle the specified statement.

Handle ( IStatement statement, AutoTemplateScope scope ) : StatementDescriptor

Handles the specified statement.

Method Details

CanHandle() public method

Determines whether this instance can handle the specified statement.
public CanHandle ( IStatement statement ) : bool
statement IStatement The statement.
return bool

Handle() public method

Handles the specified statement.
public Handle ( IStatement statement, AutoTemplateScope scope ) : StatementDescriptor
statement IStatement The statement.
scope AutoTemplateScope The scope.
return StatementDescriptor