ABsoluteMaybe.Tests.Persistence.XmlQueriesStub.Load C# (CSharp) Method

Load() protected method

protected Load ( ) : System.Xml.Linq.XDocument
return System.Xml.Linq.XDocument
        protected override XDocument Load()
        {
            return XDocument.Parse(_xml);
        }