ReasonCodeExample.XPathInformation.XmlRepository.GetRootElement C# (CSharp) Method

GetRootElement() public method

public GetRootElement ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement
        public XElement GetRootElement()
        {
            return _rootElement;
        }