C# Class MonoDevelop.CSharp.Navigation.FindExtensionMethodsHandler

Inheritance: MonoDevelop.Components.Commands.CommandHandler
Mostrar archivo Open project: powerumc/monodevelop_korean

Protected Methods

Method Description
Run ( ) : void
Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void

Private Methods

Method Description
FindExtensionMethods ( Compilation compilation, ISymbol sym ) : void
GetNamedTypeAtCaret ( Ide doc ) : System.Threading.Tasks.Task

Method Details

Run() protected method

protected Run ( ) : void
return void

Update() protected method

protected Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void
info MonoDevelop.Components.Commands.CommandInfo
return void