示例#1
0
 public static bool IsValidCommandLineParameterSet <T>(this T _this) where T : new()
 {
     return(CommandLineArgumentParser <T> .IsValid(_this));
 }