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