I am using the generic ConcurrentStack in some of my code. And when using it on monodroid I noticed that the method PushRange and TryPopRange do not work. They are present in http://docs.monodroid.net/?link=T%3aSystem.Collections.Concurrent.ConcurrentStack%601 the documentation of monodroid (with an empty page though). What I mean by "do not work" is that PushRange doesn't push anything. And TryPop doesn't pop anything (but return a correct value of 0).
While not being a big burden for my case because the unitary equivalent (Push & TryPop) work well, it could be worth noticing. Considering the life's goal of a ConcurrentStack, these range methods could be needed. Did I miss something? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/ConcurrentStack-PushRange-not-implemented-tp5710004.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
