Exemplo n.º 1
0
 public static ArgumentException Arg <T>(T arg)
 => new ArgumentException($"Invalid {Typ.Nme<T>()}: [{arg}]");