示例#1
0
 internal void OnDeserializingMethod(StreamingContext context)
 {
     _objectSnapshot = new ObjectSnapshot(this);
 }
示例#2
0
 public SnapshotBase()
 {
     _objectSnapshot = new ObjectSnapshot(this);
 }