Class CommandAutoCompleteProvider
  
  
  
  
    Inheritance
    
    CommandAutoCompleteProvider
   
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class CommandAutoCompleteProvider
   
  Constructors
  
  
  
  
  CommandAutoCompleteProvider(IEnumerable<CommandHint>)
  
  
  Declaration
  
    public CommandAutoCompleteProvider(IEnumerable<CommandHint> source)
   
  Parameters
  
  Methods
  
  
  
  
  HasUpdatedSuggestions(String, out String, out List<String>)
  For the given input, check if the command format hint and list of suggestions can be updated and return these
 
  
  Declaration
  
    public bool HasUpdatedSuggestions(string input, out string commandFormatHint, out List<string> suggestions)
   
  Parameters
  
  Returns