C# Class PredictiveCodeSuggestions.AutoTemplates.Templates.ReturnTemplate

Defines the ReturnTemplate class.
Inheritance: StatementTemplate
Afficher le fichier Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Méthodes publiques

Méthode 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 méthode

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

Handle() public méthode

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