Пример #1
0
 private IEnumerable <Uri> UrisByStatus(SpiderPageStatus status) =>
 Uris
 .Where(x => x.Value == status)
 .Select(x => x.Key)
 .OrderBy(x => x.ToString());