I'd like to create a class A_bis witch inherits from class A Some fields of class A are nullable ( [XmlElement(IsNullable = true)]) . Others not ... I'm interested in the others to become nullable in the class A_bis.

link|improve this question
feedback

1 Answer

You cannot achieve this by inheritance. You will have to modify the base class.

link|improve this answer
Thanks for you answer – Ameno Oct 18 '11 at 16:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.