Inheritance: FileSytemNotifierEntry
コード例 #1
0
 public DisposableCookie(LocalFileSystemNotifierEntry entry, params Action <File>[] notifications)
 {
     _entry         = entry;
     _notifications = notifications.ToArray();
 }
コード例 #2
0
 public DisposableCookie(LocalFileSystemNotifierEntry entry, params Action<File>[] notifications)
 {
     _entry = entry;
     _notifications = notifications.ToArray();
 }