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