C# Class PredictiveCodeSuggestions.SmartGenerators.Scopes.StructMemberScope

Defines the StructMemberScope class.
Inheritance: PredictiveCodeSuggestions.LiveTemplates.ScopeBase
Exibir arquivo Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Public Methods

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

Determines whether this instance can execute the specified context.

GetShortcut ( string>.Dictionary parameters ) : string

Gets the shortcut.

Method Details

CanExecute() public method

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.
return bool

GetShortcut() public method

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