Hello,
I would like to add a content of two following lists values to one
mutual list of List<ClassC:
List<ClassA+ List<ClassB//when classA and classB inherit from mutual
classC
How can I do it in c#?
Thank you!
*** Sent via Developersdex http://www.developersdex.com ***
I would like to add a content of two following lists values to one
mutual list of List<ClassC:
List<ClassA+ List<ClassB//when classA and classB inherit from mutual
classC
How can I do it in c#?
Thank you!
*** Sent via Developersdex http://www.developersdex.com ***
Comment