System.Xml.IHasXmlNode public interface IHasXmlNode Documentation Code namespace System.Xml { public interface IHasXmlNode { XmlNode GetNode(); } }