示例#1
0
 private static bool IsCommand(CommandLineParameterAttribute parameter)
 {
     return(parameter.IsCommand());
 }
示例#2
0
 private static string FormatCommandLineParameter(CommandLineParameterAttribute parameter)
 {
     return(parameter.IsCommand() ? FormatCommandArgument(parameter) : FormatParameterArgument(parameter));
 }