Пример #1
0
 public bool FileBelongsToThisType(string filename)
 {
     return(FileLocations.Any(regex => regex.IsMatch(filename)));
 }