ArgsTests.CLI.StatePickerAssistantAsync.GetResults C# (CSharp) Метод

GetResults() защищенный Метод

protected GetResults ( string searchString ) : System.Collections.Generic.List
searchString string
Результат System.Collections.Generic.List
        protected override System.Collections.Generic.List<ContextAssistSearchResult> GetResults(string searchString)
        {
            throw new NotImplementedException();
        }
StatePickerAssistantAsync