1 // CS1922: A field or property `System.Type' cannot be initialized with a collection object initializer because type `System.Type' does not implement `System.Collections.IEnumerable' interface
5 using System
.Xml
.Serialization
;
13 XmlSerializer xs
= new XmlSerializer (typeof (string), new Type () { typeof (bool) }
);