Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="XmlClassMap{T}"/> class.
 ///    Initializes a new instance of the <see cref="XmlClassMap"/> class.
 /// </summary>
 protected XmlClassMap()
 {
     _Mappings     = new List <XmlNodeMap>();
     _RootNodeName = TypeInspector.CleanNodeName(typeof(T).Name());
     _Namespace    = string.Empty;
 }