I'm not sure how extensive the Mono documentation is, but the problem at hand is not Mono specific. You would get a similar error when using the MS.NET framework.
I'd suggest doing reading on the basics of C#. This specific problem is related to namespaces and usings in C#. If you've used Java, its similar to packages and imports. Kind regards, Bernardo van der Wal On Oct 31, 2011 6:30 PM, "Dotan Cohen" <[email protected]> wrote: > On Mon, Oct 31, 2011 at 19:12, Slide <[email protected]> wrote: > > You are missing a using for System.Collections.Generic in which > > List<T> is defined. > > > > Thank you Slide! > > I could not find this from googling, please tell me is there a fine > manual for C# devs to get into Mono where this would be documented? I > am certain that I will run into other similar issues and I'd like to > know where exactly beforehand. I have gone through most of the > examples on the mono-project Start page. > > Thanks. > > -- > Dotan Cohen > > http://gibberish.co.il > http://what-is-what.com > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
