예제 #1
0
 protected virtual void LoadFromXml(XmlElement xml)
 {
     XmlTool.LoadProperties(this, xml);
     XmlTool.LoadSpecificAttributes(SpecificData, "typespec.", xml);
     //if (xml.HasAttribute("array")) ArraySpec = new ArrayDimensions(xml.GetAttribute("array"));
 }