Mp3TagLib.Tager.Save C# (CSharp) Method

Save() public method

public Save ( ) : void
return void
        public void Save()
        {
            if (_currentFile == null)
                throw new NullReferenceException("File is not loaded");
            _currentFile.Save();
        }