Inheritance: FileSytemNotifierEntry
Exemplo n.º 1
0
 public DisposableCookie(LocalFileSystemNotifierEntry entry, params Action <File>[] notifications)
 {
     _entry         = entry;
     _notifications = notifications.ToArray();
 }
 public DisposableCookie(LocalFileSystemNotifierEntry entry, params Action<File>[] notifications)
 {
     _entry = entry;
     _notifications = notifications.ToArray();
 }