Click here to Skip to main content
15,888,803 members
Articles / Desktop Programming / Windows Forms

Anonymous Types - Dynamic Programming With C#

Rate me:
Please Sign up or sign in to vote.
4.20/5 (5 votes)
28 Jul 2009CC (ASA 2.5)2 min read 37.8K   196   32  
Anonymous Types are a powerful feature in the .NET language, but are limited when you need to pass that information around. In this post, I discuss a class that I wrote to allow you to work with Anonymous Types easily, even after they leave their initial scope.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Creative Commons Attribution-ShareAlike 2.5 License


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions