C# Class PredictiveCodeSuggestions.AutoTemplates.Expressions.ThisExpression

Defines the ThisExpression class.
Afficher le fichier Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Méthodes publiques

Méthode Description
Handle ( IThisExpression thisExpression, string>.Dictionary statementParameters ) : ExpressionDescriptor

Handles the specified expression.

Method Details

Handle() public méthode

Handles the specified expression.
public Handle ( IThisExpression thisExpression, string>.Dictionary statementParameters ) : ExpressionDescriptor
thisExpression IThisExpression The invoked expression.
statementParameters string>.Dictionary The parameters.
Résultat ExpressionDescriptor