Thought this was really cool. I have a generic List of objects, for example: [csharp]List<User> users = GetAllUsers();[/csharp] I want to find a user by […]
Thought this was really cool. I have a generic List of objects, for example: [csharp]List<User> users = GetAllUsers();[/csharp] I want to find a user by […]