Hello,
I would like to ask if i can create a anonymous type variable and later on i can add more Properties? like
var x = new { Name = "Ahmed" };
and want to add Age
to it?
how i can do this?
Another question: i saw on some blogs a type AnonymousType
what is the name space for this class? here is am example http://www.codeproject.com/KB/cs/AnonymousTypesInCSharp.aspx