Пример #1
0
 public CommandContext(string commandLine, string arguments, Verb verb, PType instance)
 {
     this.commandLine = commandLine; this.arguments = arguments; this.verb = verb; this.instance = instance;
 }
Пример #2
0
 public void Add(Verb verb)
 {
     verbs.Add(verb.Name, verb);
 }