ABsoluteMaybe.Persistence.Xml.XmlExperimentCommands.Save C# (CSharp) Method

Save() protected method

protected Save ( System.Xml.Linq.XDocument xml ) : void
xml System.Xml.Linq.XDocument
return void
        protected virtual void Save(XDocument xml)
        {
            xml.Save(_pathToXmlStorage);
        }