Exemple #1
0
 void IDisposable.Dispose()
 {
     if (this.collection != null)
     {
         this.collection.EndDefer();
         this.collection = null;
     }
 }
Exemple #2
0
 internal DeferToken(DeferrableObservableCollection <T> collection)
 {
     this.collection = collection;
 }