In a previous post I discussed trying to work with Anonymous types in .NET. I had included some code for working with those types to try and make it easier to pass your information around inside your projects. Essentially, it was a wrapper for Reflection that allowed you to access properties by providing the correct type and property name. It would keep the instance of the Anonymous type in memory so it could work directly with the object. You may have noticed that there was .Get() functions, but no .S...
|
2
shouts |
|
|||
No comments yet, be the first one to post comment.