afung.MangaWeb3.Server.MangaMeta.Copy C# (CSharp) Method

Copy() public method

public Copy ( MangaMeta other ) : void
other MangaMeta
return void
        public void Copy(MangaMeta other)
        {
            Author = other.Author;
            Volume = other.Volume;
            Series = other.Series;
            Year = other.Year;
            Publisher = other.Publisher;
            Save();
        }