Спасибо, только вот у меня с
Цитата(Void @ 12.6.2006, 23:47 ) | private IList<Record> data_ = new List<Record>(); |
проблема (даже если заменить new List<Record>(); на new IList<Record>();
Пишет:
Код | A new expression requires () or [] after type Invalid expression term ')' ) expected
|
Либо, если тупо перепечатать пример:
Код | Invalid token '<' in class, struct, or interface member declaration Invalid token '>' in class, struct, or interface member declaration Invalid token '=' in class, struct, or interface member declaration Invalid token '<' in class, struct, or interface member declaration Invalid token '>' in class, struct, or interface member declaration
|
Может я что не правильно делаю? |