Код: Выделить всё
public class Crawler
{
public Crawler(IEnumerable parsers)
{
// init here...
}
}
Возможно ли это? Спасибо
Подробнее здесь: https://stackoverflow.com/questions/748 ... pendencies
Код: Выделить всё
public class Crawler
{
public Crawler(IEnumerable parsers)
{
// init here...
}
}