DataDictionary.Generated.ChapterRef.copyTo C# (CSharp) Method

copyTo() public method

public copyTo ( ChapterRef other ) : void
other ChapterRef
return void
        public void copyTo(ChapterRef other)
        {
            base.copyTo(other);
        }