S
shapper
Hello,
I have a list of objects: IList<Center> centers. Each Center has two
properties: Place and Name.
I need to create a loops through the distinct Places in all centers
and for each Place displays the centers names.
My problem is how here:
foreach (Place p in centers. ???
Thanks,
Miguel
I have a list of objects: IList<Center> centers. Each Center has two
properties: Place and Name.
I need to create a loops through the distinct Places in all centers
and for each Place displays the centers names.
My problem is how here:
foreach (Place p in centers. ???
Thanks,
Miguel