示例#1
0
 public SimpleRemoveDelayedOperation(PersistentGenericSet <T> enclosingInstance, T value)
 {
     this.enclosingInstance = enclosingInstance;
     this.value             = value;
 }
示例#2
0
 public ClearDelayedOperation(PersistentGenericSet <T> enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }