C# 클래스 PredictiveCodeSuggestions.AutoTemplates.Expressions.BinaryExpression

Defines the BinaryExpression class.
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions

공개 메소드들

메소드 설명
Handle ( IBinaryExpression binaryExpression, string>.Dictionary statementParameters ) : ExpressionDescriptor

Handles the specified expression.

메소드 상세

Handle() 공개 메소드

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