CopyTo() protected method

Copies all instance data of the FileSet to a given FileSet.
protected CopyTo ( FileSet clone ) : void
clone FileSet
return void
Beispiel #1
0
 /// <summary>
 /// copy constructor
 /// </summary>
 /// <param name="fs"></param>
 public FileSet(FileSet fs)
 {
     fs.CopyTo((FileSet)this);
 }
Beispiel #2
0
 /// <summary>
 /// copy constructor
 /// </summary>
 /// <param name="fs"></param>
 public FileSet(FileSet fs)
 {
     fs.CopyTo((FileSet)this);
 }