c# - Convert List<List> to List -



c# - Convert List<List<string>> to List<string> -

possible duplicate: linq: list of lists long list

i have convert using linq. list<list<string>> list<string>. if leaves overlap one. must in 1 line.

input.selectmany(l => l).distinct().tolist();

c# linq

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -