Exemplo n.º 1
0
 /// <summary>
 /// Disposes of the Enumerator object.
 /// </summary>
 public void Dispose()
 {
     ienum        = null;
     icurrentfile = null;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Resets the enumerator index to the beginning of the <see cref="BackgroundCopyFileSet"/> collection.
 /// </summary>
 public void Reset()
 {
     icurrentfile = null;
     ienum.Reset();
 }
Exemplo n.º 3
0
 internal BackgroundCopyFileInfo(Interop.IBackgroundCopyFile ibgfile)
 {
     iFile = ibgfile;
 }