<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Xml.XmlImplementation

public class XmlImplementation
namespace System.Xml { public class XmlImplementation { public XmlImplementation(); public XmlImplementation(XmlNameTable nt); public virtual XmlDocument CreateDocument(); public bool HasFeature(string strFeature, string strVersion); } }