c# Programming Glossary: specialperson
XML Serialize generic list of serializable objects http://stackoverflow.com/questions/1212742/xml-serialize-generic-list-of-serializable-objects list element XmlType Person define Type XmlInclude typeof SpecialPerson XmlInclude typeof SuperPerson include type class SpecialPerson.. XmlInclude typeof SuperPerson include type class SpecialPerson and class SuperPerson public class Person XmlAttribute PersID.. name this.City city this.Age age this.ID id class SpecialPerson inherits Person XmlType SpecialPerson define Type public class..
|