Exemple #1
0
 public ContentProvider(ContentProvider toCopy)
 {
     baseUrl    = toCopy.baseUrl;
     contents   = new List <MappingPair>(toCopy.contents);
     fileToHash = new Dictionary <string, string>(toCopy.fileToHash);
 }