- Регистрация
- 01.02.2012
- Сообщения
- 4 812
- Благодарностей
- 1 187
- Баллы
- 113
Not sure what happened but v5.9.8.1 giving error for this code:
v5.9.8.0 and all previous versions works good
C#:
var list = project.Lists["RelatedLinks"];
List<String> inList = new List<String>(list.ToArray());
inList.ForEach(delegate(String lineByLine)
{
project.SendInfoToLog(lineByLine, true);
});