Cst556 Distributed Applications for .NET with Mono 2 ...

2.b.7 XmlSerializer for IEnumerable or ICollection • The XmlSerializer treats IEnumerable or ICollection classes differently. • IEnumerable-The class must have a public Item indexed property (indexer in C#) that takes an integer, and it must have a public Count property of type integer.-The class must implement a public Add method that ... ................
................