T
Tony Johansson
Hello!
I have a List collection with several identical strings. Is it any way to
count how many of each identical string I have in the list without
going through the list by using some iteration like foreach
I just wonder if it's possible to use linq in a suitable way here.
//Tony
I have a List collection with several identical strings. Is it any way to
count how many of each identical string I have in the list without
going through the list by using some iteration like foreach
I just wonder if it's possible to use linq in a suitable way here.
//Tony