C# Class PredictiveCodeSuggestions.AutoTemplates.Expressions.BinaryExpression

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

Public Methods

Method Description
Handle ( IBinaryExpression binaryExpression, string>.Dictionary statementParameters ) : ExpressionDescriptor

Handles the specified expression.

Method Details

Handle() public method

Handles the specified expression.
public Handle ( IBinaryExpression binaryExpression, string>.Dictionary statementParameters ) : ExpressionDescriptor
binaryExpression IBinaryExpression The invocation expression.
statementParameters string>.Dictionary The parameters.
return ExpressionDescriptor