12
Answers

C# search list for a certain name and print matches

Uploaded my code so far, really stuck on a step to search the list for a particular name / city and return results

the only code im having trouble with is 

                if (x.Find("Sydney"))
                        {

                        }

Just not sure how i call the method or if i have to make my own search?
Answers (12)