C# Class PredictiveCodeSuggestions.AutoTemplates.Expressions.ParenthesizedExpression

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

Public Methods

Method Description
Handle ( IParenthesizedExpression parenthesizedExpression, string>.Dictionary statementParameters ) : ExpressionDescriptor

Handles the specified expression.

Method Details

Handle() public method

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