Beispiel #1
0
 public static bool IsDefault <A>(this A value) =>
 Check <A> .IsDefault(value);
Beispiel #2
0
 public static bool IsDefault <T>(this T value) =>
 Check <T> .IsDefault(value);