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

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

공개 메소드들

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

Handles the specified expression.

메소드 상세

Handle() 공개 메소드

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