Esempio n. 1
0
 internal FSEnumerator(string rootFolder, EnumertorType type = EnumertorType.FilesOnly)
 {
     this._type = type;
     this._currentEnumerator = new FolderEnumerator(rootFolder);
 }
Esempio n. 2
0
 public FileSystemEnumerator(string rootFolder, EnumertorType type = EnumertorType.FilesOnly)
 {
     this._type       = type;
     this._rootFolder = rootFolder;
 }