C# Class HelloWorld.Samples.GitExampleArgs.RemotePicker

Inheritance: PowerArgs.ContextAssistSearch
显示文件 Open project: adamabdelhamed/PowerArgs

Public Methods

Method Description
RemotePicker ( ) : PowerArgs

Protected Methods

Method Description
GetResults ( string searchString ) : System.Collections.Generic.List
GetResultsAsync ( string searchString ) : System.Threading.Tasks.Task>

Method Details

GetResults() protected method

protected GetResults ( string searchString ) : System.Collections.Generic.List
searchString string
return System.Collections.Generic.List

GetResultsAsync() protected method

protected GetResultsAsync ( string searchString ) : System.Threading.Tasks.Task>
searchString string
return System.Threading.Tasks.Task>

RemotePicker() public method

public RemotePicker ( ) : PowerArgs
return PowerArgs