Overload | Description |
---|---|
XmlConfiguration<T> Constructor() | Constructs the XmlConfiguration element assuming that the derived type name is the same name as the xsd file name, i.e. "MyCfg : XmlConfiguration" would expect an XSD named "MyCfg.xsd" to either exist on disk or be embeded into the type's containing assembly. |
XmlConfiguration<T> Constructor(String) | Explicitly sets the xsd file name to use. |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7