Beispiel #1
0
 public IEnumerable <D2pEntry> GetAllEntries()
 {
     return(Entries.Concat(Directories.SelectMany(x => x.Value.GetAllEntries())));
 }