Re: [mono-android] CollectionsUtil is inaccessable

2011-08-16 Thread Jonathan Pryor
On Aug 16, 2011, at 6:52 PM, jacksmi wrote: > I am trying to compile some existing C# code and I am encountering: > > 'System.Collections.Specialized.CollectionsUtil' is inaccessible due to its > protection level > > In the non-android framework this is a public class. Is there a reason it is >

[mono-android] CollectionsUtil is inaccessable

2011-08-16 Thread jacksmi
I am trying to compile some existing C# code and I am encountering: 'System.Collections.Specialized.CollectionsUtil' is inaccessible due to its protection level In the non-android framework this is a public class. Is there a reason it is protected in the Android Framework? -- View this m