c# Programming Glossary: personallist
XML Serialize generic list of serializable objects http://stackoverflow.com/questions/1212742/xml-serialize-generic-list-of-serializable-objects for a generic List with dynamic binded items. class PersonalList it's the root element XmlRoot PersonenListe XmlInclude typeof.. typeof Person include type class Person public class PersonalList XmlArray PersonenArray XmlArrayItem PersonObjekt public List.. public string Listname get set Konstruktoren public PersonalList public PersonalList string name this.Listname name public void..
|