C# Класс PredictiveCodeSuggestions.SmartGenerators.Scopes.InsideMethodScope

Defines the InsideMethodScope class.
Наследование: PredictiveCodeSuggestions.LiveTemplates.ScopeBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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