C# 클래스 PredictiveCodeSuggestions.SmartGenerators.Scopes.BeginningOfFunctionScope

Defines the BeginningOfFunctionScope class.
상속: PredictiveCodeSuggestions.LiveTemplates.ScopeBase
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions

공개 메소드들

메소드 설명
CanExecute ( DataContext context, string>.Dictionary parameters ) : bool

Determines whether this instance can execute the specified context.

GetShortcut ( string>.Dictionary parameters ) : string

Gets the shortcut.

메소드 상세

CanExecute() 공개 메소드

Determines whether this instance can execute the specified context.
public CanExecute ( DataContext context, string>.Dictionary parameters ) : bool
context DataContext The context.
parameters string>.Dictionary The parameters.
리턴 bool

GetShortcut() 공개 메소드

Gets the shortcut.
public GetShortcut ( string>.Dictionary parameters ) : string
parameters string>.Dictionary The parameters.
리턴 string