I noticed that the Observable.While and Observable.Prune methods are part of the Microsoft.Phone.Reactive namespace. Just curious as to why this is given these methods should be applicable to all OS?
I noticed that the Observable.While and Observable.Prune methods are part of the Microsoft.Phone.Reactive namespace.
Share
With the April 2011 version of Rx there have been some changes, to get
PruneuseTakeLast(1), to getWhileuseTakeWhile. These changes are not in the windows phone version yet as it uses a separate version as explained here.