ABsoluteMaybe.Tests.Persistence.XmlCommandsStub.Save C# (CSharp) Method

Save() protected method

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