ArgsTests.CLI.StatePickerAssistant.GetResultsAsync C# (CSharp) 메소드

GetResultsAsync() 보호된 메소드

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