ABsoluteMaybe.Tests.Persistence.XmlQueriesStub.Load C# (CSharp) Méthode

Load() protected méthode

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