ArgsTests.CLI.StatePickerAssistant.GetResultsAsync C# (CSharp) Méthode

GetResultsAsync() protected méthode

protected GetResultsAsync ( string searchString ) : System.Threading.Tasks.Task>
searchString string
Résultat System.Threading.Tasks.Task>
        protected override System.Threading.Tasks.Task<List<ContextAssistSearchResult>> GetResultsAsync(string searchString)
        {
            throw new NotImplementedException();
        }
StatePickerAssistant