示例#1
0
 public IEnumerable<string> GetFilesForTag(string tag, FilePathFilter fpf)
 {
     return fpf.Filter(GetFilesForTag(tag));
 }