GeekArticles
Microsoft
ASP.NET
Microsoft
ASP.NETCodeSnip: Unexpected behavior with C# auto-implemented properties
In this code snippet, Joseph examines a scenario of an unexpected behavior which will happen while using C# auto-implemented properties with reflection. After providing a step-by-step description of the scenario, he provides the complete code listing of all the C# files used in the sample project along with a screenshot of the final output and the relevant Visual Studio 2008 project.
Related Topics
