Esempio n. 1
0
 public static void Except_AllowsNullItem()
 {
     CompilerAssert.NotNullable(new string?[0].Except(null));
 }
Esempio n. 2
0
 public static void EmptyIfNull_ReturnsNotNullable()
 {
     CompilerAssert.NotNullable(new string[0].EmptyIfNull());
 }