DotNetIO.FileSystems.Local.LocalFileSystemNotifier.CreateEntry C# (CSharp) Метод

CreateEntry() публичный Метод

public CreateEntry ( FileSystemNotificationIdentifier notificationIdentifier ) : FileSytemNotifierEntry
notificationIdentifier FileSystemNotificationIdentifier
Результат FileSytemNotifierEntry
        public override FileSytemNotifierEntry CreateEntry(FileSystemNotificationIdentifier notificationIdentifier)
        {
            return new LocalFileSystemNotifierEntry(notificationIdentifier);
        }