On Mon, Oct 31, 2011 at 10:30 AM, 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 >
The MSDN documentation can be used for looking up stuff that is not Mono specific (most stuff in the System.* namespaces). There are also online docs at http://docs.go-mono.com/. Also, as Bernardo mentions, I would recommend going through some C# tutorials, they would probably cover stuff like the generic containers. Thanks, slide _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
