Ejemplo n.º 1
0
 public BackingStoreInfo(NotificationSource source, int index, string id)
 {
     FileId   = id;
     Source   = source.ToString().ToLowerInvariant();
     DirIndex = index;
 }
Ejemplo n.º 2
0
 private static string Key(NotificationSource source) => source.ToString().ToLowerInvariant();