Пример #1
0
 public HelpSortedMatchEnumerator(HelpCommand command, string lastWord, IEnumerator<string> en)
     : base(lastWord, en)
 {
     this.command = command;
 }