how can we add properties dynamically to existing class which already have some properties.
Suppose I have method with return type IList
Employee class has 3 properties, but in some cases by method returns extra properties which are not exists in the Employee class and this dynamic properties may change on each call.
So based on results we have to add properties dynamically apart from existing properties using C#