C# Class PredictiveCodeSuggestions.LiveTemplates.ScopeBase

Defines the ScopeBase class.
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Public Methods

Method Description
CanExecute ( DataContext context, string>.[ parameters ) : bool

Determines whether this instance can execute the specified context.

Private Methods

Method Description
GetShortcut ( string>.[ parameters ) : string

Method Details

CanExecute() public abstract method

Determines whether this instance can execute the specified context.
public abstract CanExecute ( DataContext context, string>.[ parameters ) : bool
context DataContext The context.
parameters string>.[ The parameters.
return bool