Exemplo n.º 1
0
 public static byte GetByte(this ICommandLine commandLine, string optionName)
 {
     return(commandLine.GetByte(optionName, 0));
 }