[Mono-list] No List in mono 2.10.5?

Slide slide.o.mix at gmail.com
Mon Oct 31 13:53:09 EDT 2011


On Mon, Oct 31, 2011 at 10:30 AM, Dotan Cohen <dotancohen at gmail.com> wrote:
> On Mon, Oct 31, 2011 at 19:12, Slide <slide.o.mix at gmail.com> 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


More information about the Mono-list mailing list