All the examples I see of using the IndexOf() method in List<T> are of basic string types. What I want to know is how to return the index of a list type that is an object, based on one of the ob
I need to write a function that extracts the server name from the URL using ONLY substring and indexOf