Ch.Epyx.WindMobile.WP7.Model.Xml.XmlBase.XmlBase C# (CSharp) Method

XmlBase() public method

public XmlBase ( System.Xml.Linq.XElement element ) : System
element System.Xml.Linq.XElement
return System
        public XmlBase(XElement element)
        {
            this.element = element;
        }
XmlBase