C# Class Bari.Core.Commands.Clean.SoftCleanPredicates

Inheritance: ISoftCleanPredicates
Datei anzeigen Open project: vigoo/bari Class Usage Examples

Public Methods

Method Description
Add ( bool>.Func keepPredicate ) : void
ShouldDelete ( string relativePath ) : bool

Method Details

Add() public method

public Add ( bool>.Func keepPredicate ) : void
keepPredicate bool>.Func
return void

ShouldDelete() public method

public ShouldDelete ( string relativePath ) : bool
relativePath string
return bool