how to create the dynamic object using C#
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.
karthi_selva
Junior Poster in Training
65 posts since Oct 2008
Reputation Points: 10
Solved Threads: 0
That sounds like a fundemental basic, if you look at any examples of c# they demonstrate how to instantiate classes
LizR
Posting Virtuoso
1,791 posts since Aug 2008
Reputation Points: 196
Solved Threads: 190