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