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

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

공개 메소드들

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

Handles the specified expression.

메소드 상세

Handle() 공개 메소드

Handles the specified expression.
public Handle ( IReferenceExpression referenceExpression, string>.Dictionary statementParameters ) : ExpressionDescriptor
referenceExpression IReferenceExpression The invoked expression.
statementParameters string>.Dictionary The parameters.
리턴 ExpressionDescriptor