1

I'm trying to add a Systems.Collections reference in my .cs code in Xamarin Studios, however I failed to find this in the list of references in Xamarin Studios under > References > Edit References. The listed packages in Xamarin are all in .NET 4.5

jerryh91
  • 1,777
  • 10
  • 46
  • 77

1 Answers1

1

There is not a System.Collections dll. Most of the System.Collections classes are included in the System.dll.

Jason
  • 86,222
  • 15
  • 131
  • 146
  • Ok I understand, unlike something like LINQ to XML where we need to import it. Where are all the dlls stored? – jerryh91 Sep 26 '14 at 22:45