Dynamic in C# 4.0: Introducing the ExpandoObject(blogs.msdn.com)
submitted by
crpietschmann(11.3k) 2 years, 6 months ago
In fact, it’s not just better syntax. You also get flexibility. To demonstrate this flexibility, let’s move to ExpandoObject, which is a part of the new dynamic language runtime (DLR). ExpandoObject instances can add and remove members at run time. Where can you use such an object? XML is a good candidate here.
|category: CLR
|Views: 117
tags:
C#4.0 C#4 ExpandoObject CLR dynamic another
Everyones tags:
Your Tags: