[Mono-list] "List<string>" Howto?

Johannes Graumann johannes_graumann at web.de
Sun Aug 19 14:49:28 EDT 2007


How do I get this to work, please?

List <string> LevelOneDirs = new List <string>();

The error this yields is:
Expected `class', `delegate', `enum', `interface', or `struct'(CS1518)

Thanks for any help,

Joh





More information about the Mono-list mailing list