コード例 #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));
 }