| c# Programming Glossary: superpersonXML Serialize generic list of serializable objects http://stackoverflow.com/questions/1212742/xml-serialize-generic-list-of-serializable-objects  Type XmlInclude typeof SpecialPerson XmlInclude typeof SuperPerson  include type class SpecialPerson and class SuperPerson public.. SuperPerson  include type class SpecialPerson and class SuperPerson public class Person XmlAttribute PersID DataType string public.. this.Age age this.ID id this.Interests interests  class SuperPerson inherits Person XmlType SuperPerson define Type public class.. 
 |