I\'m getting a weird error when doing this: (.net 2.0)
public overrides List getSpaceballs { get { return new List() { \"abc\
Just in case anyone would search for it as well nowadays, there is a neat way to do that using LINQ extensions. Hope it helps someone ;)
var list = new string[]{ "1", "2", "3" }.ToList();