hi ,
i have an doubt in c#. i have not much knowledge in C#,
i do't know how create the dynamic object for the class using C#.
i have two class
member class
Operation class
different member are have same operations.
so i do't know how to create the object for each member
during run time.
i need to maintain the member and their operation object. if i know to create the object during run time. then i will easily maintain that information in list format.