System.Xml.XmlDataImplementation.XmlDataImplementation C# (CSharp) Method

XmlDataImplementation() public method

        public XmlDataImplementation() : base() { }
        public override XmlDocument CreateDocument() => new XmlDataDocument(this);