예제 #1
0
        public DeltaSnapshotEntry Clone()
        {
            DeltaSnapshotEntry entry = new DeltaSnapshotEntry(this.Id, this.ParentId, this.RelationShip);

            return(entry);
        }
예제 #2
0
 public DeltaSnapshotEntry Clone()
 {
     DeltaSnapshotEntry entry = new DeltaSnapshotEntry(this.Id, this.ParentId, this.RelationShip);
     return entry;
 }