C# 클래스 PredictiveCodeSuggestions.AutoTemplates.Templates.StatementTemplate

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

공개 메소드들

메소드 설명
CanHandle ( [ statement ) : bool

Determines whether this instance can handle the specified statement.

Handle ( [ statement, [ scope ) : StatementDescriptor

Handles the specified statement.

메소드 상세

CanHandle() 공개 추상적인 메소드

Determines whether this instance can handle the specified statement.
public abstract CanHandle ( [ statement ) : bool
statement [ The statement.
리턴 bool

Handle() 공개 추상적인 메소드

Handles the specified statement.
public abstract Handle ( [ statement, [ scope ) : StatementDescriptor
statement [ The statement.
scope [ The scope.
리턴 StatementDescriptor