コード例 #1
0
        public CommentRelationship Clone(Comment comment, IEntity entity)
        {
            CommentRelationship relationship = new CommentRelationship(comment, entity);

            relationship.CopyFrom(this);
            return(relationship);
        }