This is my code:
var myList = myPage.News.Cast<MyNew>();
MyNew have somethings like 20 property (Name, Title, Date, Place, etc etc) but it miss one, the property (for example) Tel
.
Can't recreate my whole structure (it also become from a DLL), so I'd like to faster add a property of MyNew called Tel
, inside that list. So extend the class during the insert in a list.