var expandoObject = new ExpandoObject(); var myObject = expandoObject as IDictionary<String, object>; myObject ["youtPropertyName"] = "yourvalue";
No comments:
Post a Comment