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

copyTo() public method

public copyTo ( ParagraphRevision other ) : void
other ParagraphRevision
return void
        public void copyTo(ParagraphRevision other)
        {
            base.copyTo(other);
            other.aText = aText;
            other.aVersion = aVersion;
        }