Tag Archives: Mumble Types

And then you hit the wall.

So as this dynamic nonsense continues, there is a sticking point to how much fun I can have. The wall? Anonymous types and generic declarations. Here’s the old: Func<User, Int32> selectUserID = currentUser => currentUser.UserID; Great if I want to select userIDs, but what if I want UserIDs AND UserNames… Easy right? userList.Select(currentUser => new [...]

Leave a comment Continue Reading →