[Mono-list] No List in mono 2.10.5?
Bernardo
2belikeme at gmail.com
Mon Oct 31 13:49:26 EDT 2011
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" <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
>
> http://gibberish.co.il
> http://what-is-what.com
> _______________________________________________
> Mono-list maillist - Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20111031/eb8b2150/attachment.html
More information about the Mono-list
mailing list