Exemple #1
0
 internal RootDirectoriesContainer(CrawlData owner) : base(owner)
 {
     if (null != owner.RootDirectories)
     {
         throw new InvalidOperationException();
     }
 }
Exemple #2
0
 internal SizeMappingContainer(CrawlData owner) : base(owner)
 {
     if (null != owner.SizeMappings)
     {
         throw new InvalidOperationException();
     }
 }