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