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
> protected in the Android Framework?
Yes: the Mono Mobile profile is a superset of the Silverlight profile, and
Silverlight doesn't include that type:
http://msdn.microsoft.com/en-us/library/system.collections.specialized(VS.95).aspx
The types that Mono Mobile does include were largely because of customer
request and internal requirements circa two years ago (when MonoTouch was being
launched), plus various additions since. Apparently no one has requested that
type yet. :-)
If you would like that type made public, please file a bug and we will review
the request.
Thanks,
- Jon
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid