Example #1
0
 public void Dispose()
 {
     if (iList != null)
     {
         iList.DeferredRefreshDisposed();
         iList = null;
     }
 }