Timothy Blaisdell
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Can Resharper provide intellisense for dynamic objects?
I see that this works: var x = new { Name = "Tim" }; x. <---- intellisense pops up telling me about the Name property But this does not: dynamic x = new { Name = "Tim" }; x. <--- intellisense d...