Exemplo n.º 1
0
        public DeltaSnapshotEntry Clone()
        {
            DeltaSnapshotEntry entry = new DeltaSnapshotEntry(this.Id, this.ParentId, this.RelationShip);

            return(entry);
        }
Exemplo n.º 2
0
 public DeltaSnapshotEntry Clone()
 {
     DeltaSnapshotEntry entry = new DeltaSnapshotEntry(this.Id, this.ParentId, this.RelationShip);
     return entry;
 }