"Simplicity can't be bought later, it must be earned from the start" -- DB
dynamic d = new ExpandoObject(); d.LoremIpsum = Console.ReadLine(); Console.WriteLine("Hello {0}", d.LoremIpsum); Console.ReadLine();
No comments:
Post a Comment