コード例 #1
0
ファイル: HelpCommand.cs プロジェクト: deveel/dshell
 public HelpSortedMatchEnumerator(HelpCommand command, string lastWord, IEnumerator<string> en)
     : base(lastWord, en)
 {
     this.command = command;
 }