Пример #1
0
 public static OptionSet AddFromAction(this OptionSet optionSet, IAction action)
 {
     action.BindCommadLineParameters(optionSet);
     return optionSet;
 }
Пример #2
0
 public static OptionSet AddFromAction(this OptionSet optionSet, IAction action)
 {
     action.BindCommadLineParameters(optionSet);
     return(optionSet);
 }