Mid LINQ

How to concatenate two sequences with a separator?

How to concatenate two sequences with a separator?

var seq1 = new[] { "Alice", "Bob" };

var seq2 = new[] { "Charlie", "David" };

var concatenated = se

More from LINQ Tutorial

All questions for this course