C# Class PredictiveCodeSuggestions.AutoTemplates.Expressions.ReferenceExpression

Defines the ReferenceExpression class.
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Public Methods

Method Description
Handle ( IReferenceExpression referenceExpression, string>.Dictionary statementParameters ) : ExpressionDescriptor

Handles the specified expression.

Method Details

Handle() public method

Handles the specified expression.
public Handle ( IReferenceExpression referenceExpression, string>.Dictionary statementParameters ) : ExpressionDescriptor
referenceExpression IReferenceExpression The invoked expression.
statementParameters string>.Dictionary The parameters.
return ExpressionDescriptor