using System.Collections;
using System.Collections.Generic;
public static void Main()
dynamic d = new ExpandoObject();
Console.WriteLine("Should have one property:");
Console.WriteLine("Name: {0} Type: {1} Value: {2}", i.Key, i.Value.GetType().Name, i.Value);
Console.WriteLine("\r\nShould have two properties:");
Console.WriteLine("Name: {0} Type: {1} Value: {2}", i.Key, i.Value.GetType().Name, i.Value);