Bari.Core.Commands.Clean.SoftCleanPredicates.ShouldDelete C# (CSharp) Метод

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

public ShouldDelete ( string relativePath ) : bool
relativePath string
Результат bool
        public bool ShouldDelete(string relativePath)
        {
            return !keepPredicates.Any(p => p(relativePath));
        }
SoftCleanPredicates