C# Class PredictiveCodeSuggestions.AutoTemplates.Expressions.AsExpression

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

Public Methods

Method Description
Handle ( IAsExpression asExpression, string>.Dictionary scopeParameters ) : ExpressionDescriptor

Handles the specified expression.

Method Details

Handle() public method

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