Posts by Tamara Amorim • 31 points
2 posts
-
0
votes0
answers87
viewsQ: Return Iobservable in a method
I have a method that needs to return an Iobservable, but I’m having a lot of trouble. There is little content regarding this interface and what I find requires the use of the Reactive extension…
-
2
votes1
answer171
viewsQ: List is not being passed as method parameter
I need to implement the method RoutesBetween to trace the route between a point and another (in this case, point To and And). Test method: public void TestRoutesBetweenTwoPoints() { var links = new…