object ICloneable.Clone() { var copy = new AuthorElement() { Name = this.Name, Direction = this.Direction, Email = this.Email, Uri = this.Uri }; return copy; }
object ICloneable.Clone() { var copy = new AuthorElement() { Name = this.Name, Direction = this.Direction, Email = this.Email, Uri = this.Uri }; return(copy); }