ABsoluteMaybe.Tests.Persistence.XmlQueriesStub.Load C# (CSharp) 메소드

Load() 보호된 메소드

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