I have this:
List<string> s = new List<string>{"", "a", "", "b", "", "c"};
I want to remove all the empty elements ("") from it quickly (probably through LINQ) without using a foreach statement because that makes the code look ugly.
|
|
You can use C#
VB.NET
|
|||||||
|
|
Check out with
Here is a |
|||
|
||||