C# Class Resharper.ReactivePlugin.AboutAction
Mostrar archivo
Open project: oriches/Resharper.ReactivePlugin
Public Methods
Method |
Description |
|
Execute ( IDataContext context, DelegateExecute nextExecute ) : void |
|
|
Update ( IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate ) : bool |
|
|
Method Details
public Execute ( IDataContext context, DelegateExecute nextExecute ) : void |
context |
IDataContext |
|
nextExecute |
DelegateExecute |
|
return |
void |
|
public Update ( IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate ) : bool |
context |
IDataContext |
|
presentation |
ActionPresentation |
|
nextUpdate |
DelegateUpdate |
|
return |
bool |
|