ABsoluteMaybe.Tests.Persistence.XmlCommandsStub.Save C# (CSharp) 메소드

Save() 보호된 메소드

protected Save ( System.Xml.Linq.XDocument xml ) : void
xml System.Xml.Linq.XDocument
리턴 void
        protected override void Save(XDocument xml)
        {
            SavedXml = xml.ToString();
        }