C# Class PredictiveCodeSuggestions.AutoTemplates.Expressions.CastExpression

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

Public Methods

Method Description
Handle ( ICastExpression castExpression, string>.Dictionary scopeParameters ) : ExpressionDescriptor

Handles the specified expression.

Method Details

Handle() public method

Handles the specified expression.
public Handle ( ICastExpression castExpression, string>.Dictionary scopeParameters ) : ExpressionDescriptor
castExpression ICastExpression As expression.
scopeParameters string>.Dictionary The parameters.
return ExpressionDescriptor